Skip to content

Commit

Permalink
Fix: disable instagram link
Browse files Browse the repository at this point in the history
  • Loading branch information
kmc7468 committed Sep 5, 2024
1 parent 9ad1853 commit 3cccdc0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/web/src/pages/Event/Event2024Fall.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ const Event2024Fall = () => (
<div
css={{
background: "linear-gradient(to top, #797F6C, #203F76)",
pointerEvents: "none",
...theme.cursor(),
}}
onClick={() => window.open(EVENT_INSTAGRAM_URL, "_blank")}
Expand All @@ -230,9 +231,11 @@ const Event2024Fall = () => (
<MainSection4 css={{ width: "334px", maxWidth: "100%" }} />
<div css={{ height: "16px" }} />
<div css={{ color: theme.gray_line, ...theme.font14 }}>
추첨 결과는 인스타그램, Ara, Taxi 홈페이지에 발표
{/* 추첨 결과는 인스타그램, Ara, Taxi 홈페이지에 발표
<br />
실물 상품 또는 기프티콘으로 지급
<br /> */}
인스타그램 게시물은 9월 6일 정오에 업로드 예정
</div>
</AdaptiveDiv>
</div>
Expand Down

0 comments on commit 3cccdc0

Please sign in to comment.