File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ body{
127
127
}
128
128
129
129
.history {
130
- height : 55 % ;
130
+ height : 70 % ;
131
131
width : 100% ;
132
132
position : absolute;
133
133
bottom : 0% ;
Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ export default function Main(props) {
63
63
] ) ;
64
64
} ;
65
65
useEffect ( ( ) => {
66
- setTimeout ( ( ) => {
66
+ setInterval ( ( ) => {
67
67
setUtils ( "" ) ;
68
- } , 5000 ) ;
68
+ } , 20000 ) ;
69
69
} , [ ] ) ;
70
70
return (
71
71
< >
@@ -111,7 +111,14 @@ export default function Main(props) {
111
111
< button onClick = { rotateLeft } > left</ button >
112
112
</ div >
113
113
) : (
114
- < h1 > </ h1 >
114
+ < >
115
+ < h1 style = { { textAlign : "center" } } > ImageCraft</ h1 >
116
+ < img
117
+ style = { { objectFit : "cover" , height : "100%" , width : "100%" } }
118
+ src = "https://static-gcp.freepikcompany.com/web-app/media/wepik-2-2000.webp"
119
+ alt = ""
120
+ />
121
+ </ >
115
122
) }
116
123
</ div >
117
124
< div className = "history" >
You can’t perform that action at this time.
0 commit comments