Skip to content

Commit 20f40e0

Browse files
committed
Disable lightning talk button
1 parent 102312d commit 20f40e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/main/Teaser.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ const Teaser = () => {
7676
{/* <Link href={Routes.TICKET.route}>
7777
<LinkButton reversal>티켓 구매</LinkButton>
7878
</Link> */}
79-
<Link href="http://bit.ly/talk23" target="_blank">
79+
{/* <Link href="http://bit.ly/talk23" target="_blank">
8080
<LinkButton reversal style={{ fontSize: '1.1rem' }}>
8181
라이트닝 토크 신청
8282
</LinkButton>
83-
</Link>
83+
</Link> */}
8484
</Block>
8585
</TextBox>
8686
);

0 commit comments

Comments
 (0)