Skip to content

Commit

Permalink
Merge pull request #20 from lego37yoon/main
Browse files Browse the repository at this point in the history
시간표 갱신 및 티켓 매진 반영
  • Loading branch information
sukso96100 authored Aug 6, 2024
2 parents 1a7ed9e + 8f4a558 commit b1e2f42
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
Binary file modified public/docs/uck24_timetable.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions src/i18n/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const languages = {
'home.venuetbd': '*Dates and venue to be confirmed soon.',
'home.about': 'About the event',
'home.cfp': 'Submit proposals',
'home.tickets': 'Buy Tickets',
'home.tickets': 'Manage your tickets',
'home.sponsor': 'Interested to sponsor us?',
'feed.title': 'News from our forum',
'feed.more': 'View more news on forum',
Expand Down Expand Up @@ -51,7 +51,7 @@ export const languages = {
'home.venuetbd': '*장소 및 날짜 추후 확정 예정.',
'home.about': '행사 소개',
'home.cfp': '발표 제안',
'home.tickets': '티켓 구매',
'home.tickets': '티켓 확인',
'home.sponsor': '후원 문의',
'feed.title': '포럼 소식',
'feed.more': '포럼에서 더 보기',
Expand Down
13 changes: 3 additions & 10 deletions src/pages/[lang]/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,9 @@ const t = useTranslations(lang);
<Row>
<Col size={3} />
<Col size={9}>
<!--
<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={`/schedules`} class="p-button"
>{t("nav.schedules")}</a
>
<a href={`/${lang}/sponsors/become-a-sponsor/`} class="p-button"
>{t("home.sponsor")}</a
>
<a href={`https://event-us.kr/mypage/allevent`} class="p-button--positive" target="_blank">{t("home.tickets")}</a>
<a href={`/schedules`} class="p-button" target="_blank">{t("nav.schedules")}</a>
<a href={`/docs/uck24_timetable.pdf`} class="p-button" target="_blank">{t("nav.schedules.pdf")}</a>
</Col>
</Row>
<Row>
Expand Down

0 comments on commit b1e2f42

Please sign in to comment.