Skip to content

Commit

Permalink
메인화면 버튼 순서 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sukso96100 authored Jul 12, 2024
1 parent 9276af1 commit 8db7ebd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/[lang]/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ const t = useTranslations(lang);
<a href={`/schedules`} class="p-button--positive">{t("nav.schedules")}</a>
-->
<a href={`/tickets`} class="p-button--positive" target="_blank">{t("home.tickets")}</a>
<a href={`/${lang}/sponsors/become-a-sponsor/`} class="p-button"
>{t("home.sponsor")}</a
>
<a href={`/schedules`} class="p-button"
>{t("nav.schedules")}</a
>
<a href={`/${lang}/sponsors/become-a-sponsor/`} class="p-button"
>{t("home.sponsor")}</a
>
</Col>
</Row>
<Row>
Expand Down

0 comments on commit 8db7ebd

Please sign in to comment.