Skip to content

Commit 3e0e50b

Browse files
committed
moving component
1 parent a29edd4 commit 3e0e50b

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

packages/nextjs/app/page.tsx

+7-8
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,15 @@ const Home: NextPage = () => {
3838
</p>
3939
<input type="text" placeholder="Gate NFT address" />
4040
<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>
4841
<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">
5046

47+
</div>
48+
</button>
49+
</Link>
5150
</div>
5251
</div>
5352
</div>

0 commit comments

Comments
 (0)