diff --git a/app/components/shared/CpFooter.vue b/app/components/shared/CpFooter.vue index 5d857fa..9bb2348 100644 --- a/app/components/shared/CpFooter.vue +++ b/app/components/shared/CpFooter.vue @@ -199,6 +199,8 @@ zh: url: /about - name: 交通資訊 url: /transportation + - name: 贊助夥伴 + url: /sponsor en: sponsors: Sponsors tagline: | @@ -261,4 +263,6 @@ en: url: /about - name: Transportation url: /transportation + - name: Sponsors + url: /sponsor diff --git a/app/components/shared/CpNavbar.vue b/app/components/shared/CpNavbar.vue index ffc6735..4da2fd8 100644 --- a/app/components/shared/CpNavbar.vue +++ b/app/components/shared/CpNavbar.vue @@ -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 }, ])