Skip to content

Commit

Permalink
Merge pull request #821 from sparcs-kaist/#820-disable-instagram-link…
Browse files Browse the repository at this point in the history
…-2024fall-eventinfo

#820 2024 추석 이벤트: 인스타그램 링크 비활성화
  • Loading branch information
kmc7468 authored Sep 5, 2024
2 parents 9ad1853 + 3cccdc0 commit f1e198f
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 f1e198f

Please sign in to comment.