Skip to content

Commit

Permalink
✨ Add link to blog
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Nov 21, 2024
1 parent 135078e commit e1fb8a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@
text-like-green
"
>
<a class="hover:underline" href="https://blog.liker.land">{{
$t('footer_nav_blog')
}}</a>
<button class="cursor-pointer hover:underline" @click="handleClickHelp">
{{ $t('footer_nav_help') }}
</button>
Expand Down
1 change: 1 addition & 0 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@
"footer_nav_about_liker_land": "About Liker Land",
"footer_nav_about_nft_book": "About Liker Land eBook",
"footer_nav_about_wnft": "About Writing NFT",
"footer_nav_blog": "Blog",
"footer_nav_civic_liker": "Civic Liker",
"footer_nav_doc": "Doc",
"footer_nav_doc_link": "https://docs.like.co",
Expand Down
1 change: 1 addition & 0 deletions src/locales/zh-Hant.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@
"footer_nav_about_liker_land": "關於 Liker Land",
"footer_nav_about_nft_book": "關於 Liker Land 電子書",
"footer_nav_about_wnft": "關於 Writing NFT",
"footer_nav_blog": "部落格",
"footer_nav_civic_liker": "讚賞公民",
"footer_nav_doc": "參考文檔",
"footer_nav_doc_link": "https://docs.like.co/v/zh/",
Expand Down

0 comments on commit e1fb8a8

Please sign in to comment.