File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -38,16 +38,15 @@ const Home: NextPage = () => {
38
38
</ p >
39
39
< input type = "text" placeholder = "Gate NFT address" />
40
40
< input type = "text" placeholder = "Gate NFT network" />
41
- < Link href = "/polls" >
42
- < button className = "group relative h-12 w-48 overflow-hidden rounded-2xl bg-blue-500 text-lg font-bold text-white my-4" >
43
- Create Session!
44
- < div className = "absolute inset-0 h-full w-full scale-0 rounded-2xl transition-all duration-300 group-hover:scale-100 group-hover:bg-white/30" >
45
-
46
- </ div >
47
- </ button >
48
41
< CreateSession />
49
- </ Link >
42
+ < Link href = "/polls" >
43
+ < button className = "group relative h-12 w-48 overflow-hidden rounded-2xl bg-blue-500 text-lg font-bold text-white my-4" >
44
+ Create Session!
45
+ < div className = "absolute inset-0 h-full w-full scale-0 rounded-2xl transition-all duration-300 group-hover:scale-100 group-hover:bg-white/30" >
50
46
47
+ </ div >
48
+ </ button >
49
+ </ Link >
51
50
</ div >
52
51
</ div >
53
52
</ div >
You can’t perform that action at this time.
0 commit comments