Skip to content

Commit 9555d0d

Browse files
authored
Remove commented Twitter link component
1 parent c1f05f4 commit 9555d0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/pages/main/hero.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const Hero = () => {
3535
</Button>
3636
</Link>
3737
</SlideUp>
38-
38+
{/*
3939
<SlideUp duration={0.5} delay={0.7}>
4040
<Link href={"https://twitter.com/Badbird_5907"}>
4141
<Button
@@ -46,6 +46,7 @@ const Hero = () => {
4646
</Button>
4747
</Link>
4848
</SlideUp>
49+
*/}
4950
</div>
5051

5152
</div>

0 commit comments

Comments
 (0)