Skip to content

Commit

Permalink
Update Footer.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo-Zhixing authored Jul 10, 2023
1 parent 8f81d91 commit 1c94eed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ footer.container.footer.has-text-centered
ul
li: nuxt-link(:to="{ name: 'pages-id', params: { id: 'dmca' } }") {{parent.$t('dmca')}}
li: nuxt-link(:to="{ name: 'pages-id', params: { id: 'terms' } }") {{parent.$t('tos')}}
li: nuxt-link(:to="{ name: 'pages-id', params: { id: 'community-rules' } }") {{ 'Community Rules' }}
li: a(href="https://github.com/Cytoid/" v-t="'status'")
li: a(href="https://github.com/Cytoid/") GitHub
li: nuxt-link(:to="{ name: 'credits' }") {{parent.$t('credits')}}
Expand Down

0 comments on commit 1c94eed

Please sign in to comment.