Skip to content

Commit

Permalink
Merge pull request #42 from pythonkr/develop
Browse files Browse the repository at this point in the history
후원사 신청 폼 링크 수정
  • Loading branch information
jungmir authored Oct 2, 2024
2 parents 951b8b1 + bf54a3a commit 091cee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Sponsor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const SponsorPage = () => {
<img className="sponsor-logo" src="/images/sponsor_logo_lg.png" alt="sponsor_logo" />
<span className="medium-text peach-puzz">2024.05.27. - 2024.10.13.</span>
<Vertical style={{ paddingTop: "5rem" }}>
<a target="_blank" rel="noreferrer" href="https://forms.gle/CTt3CNscaRTdfX7s7">
<a target="_blank" rel="noreferrer" href="https://forms.gle/5HTtHAGVXpzNcGX19">
<Button>{t("후원하기", "2")}</Button>
</a>
<a target="_blank" rel="noreferrer" href="/파이콘 한국 2024 후원사 가이드.pdf" download>
Expand Down

0 comments on commit 091cee8

Please sign in to comment.