Skip to content

Commit

Permalink
메인 페이지 후원 버튼 링크 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sukso96100 authored Apr 2, 2024
1 parent 00287c1 commit 4c86eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/[lang]/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const t = useTranslations(lang);
<Col size={9}>
<hr />
<a href={`/${lang}/about`} class="p-button--positive">{t("home.about")}</a>
<a href="mailto:[email protected]" class="p-button"
<a href={`/${lang}/sponsors/become-a-sponsor/`} class="p-button"
>{t("home.sponsor")}</a
>
</Col>
Expand Down

0 comments on commit 4c86eb5

Please sign in to comment.