Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions app/components/shared/CpFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ zh:
url: /about
- name: 交通資訊
url: /transportation
- name: 贊助夥伴
url: /sponsor
Comment thread
mirumodapon marked this conversation as resolved.
en:
sponsors: Sponsors
tagline: |
Expand Down Expand Up @@ -261,4 +263,6 @@ en:
url: /about
- name: Transportation
url: /transportation
- name: Sponsors
url: /sponsor
Comment thread
mirumodapon marked this conversation as resolved.
</i18n>
1 change: 1 addition & 0 deletions app/components/shared/CpNavbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const menu = computed(() => [
{ key: 'home', path: '/' },
{ key: 'about', path: '/about' },
{ key: 'transportation', path: '/transportation' },
{ key: 'sponsors', path: '/sponsor' },
{ key: 'blog', path: 'https://blog.coscup.org/', external: true },
{ key: 'coc', path: `https://hackmd.io/@coscup/cococo-${locale.value}`, external: true },
])
Expand Down