Skip to content

Commit e9213c0

Browse files
committed
👀
1 parent c892923 commit e9213c0

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

public/favicon.ico

-2.66 KB
Binary file not shown.

public/logo192.png

-2.68 KB
Loading

public/logo512.png

4.86 KB
Loading

public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"short_name": "React App",
3-
"name": "Create React App Sample",
2+
"short_name": "Swipper App",
3+
"name": "Swiper App by Eka",
44
"icons": [
55
{
66
"src": "favicon.ico",

src/components/3DCubeEffect/3DCubeEffect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const CubeEffect = () => {
77
effect: 'cube',
88
grabCursor: true,
99
cubeEffect: {
10-
shadow: false,
10+
shadow: true,
1111
slideShadows: true,
1212
shadowOffset: 10,
1313
shadowScale: 0.94,

src/components/PageSample/Paper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const useStyles = makeStyles(theme => ({
88
padding: theme.spacing(3, 2),
99
width: '300px',
1010
height: '300px',
11-
backgroundColor: 'purple'
11+
backgroundColor: 'yellow'
1212
},
1313
}));
1414

0 commit comments

Comments
 (0)