Skip to content

Commit

Permalink
Merge pull request #22 from pythonkr/fix/sponsor-route
Browse files Browse the repository at this point in the history
Update: 후원사 모집 일정 수정
  • Loading branch information
jungmir authored Sep 4, 2024
2 parents d07efff + f2ac272 commit 54398be
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 @@ -23,7 +23,7 @@ const SponsorPage = () => {
src="https://pyconkr-web-2024.s3.ap-northeast-2.amazonaws.com/images/sponsor_logo_lg.png"
alt="sponsor_logo"
/>
<span className="medium-text peach-puzz">2024.05.27 - 2024.08.31</span>
<span className="medium-text peach-puzz">2024.05.27 - 2024.09.30</span>
<Vertical style={{ paddingTop: "5rem" }}>
<a target="_blank" rel="noreferrer" href="https://forms.gle/CTt3CNscaRTdfX7s7">
<Button>{t("후원하기", "2")}</Button>
Expand Down

0 comments on commit 54398be

Please sign in to comment.