Skip to content

Commit

Permalink
feat: renames
Browse files Browse the repository at this point in the history
  • Loading branch information
icodeface committed Jul 25, 2024
1 parent a5ca850 commit 4c62b4f
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 36 deletions.
13 changes: 5 additions & 8 deletions components/footer-mobile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@
<h3 class="font-bold py-4">
{{ $t("nav.about.title") }}
</h3>
<!-- <a href="https://www.certik.org/projects/fox-wallet" target="_blank" class="block w-full hover:opacity-80 py-1 text-gray-500">
{{ $t("nav.about.cloudComputing") }}
</a> -->
<a href="https://hc.foxwallet.com" target="_blank" class="block w-full hover:opacity-80 py-1 text-gray-500">
{{ $t("nav.docs") }}
</a>
<a href="https://hc.foxwallet.com/docs/faq" target="_blank" class="block w-full hover:opacity-80 py-1 text-gray-500">
{{ $t("nav.about.faq") }}
</a>
<a href="https://hc.foxwallet.com" target="_blank" class="block w-full hover:opacity-80 py-1 text-gray-500">
{{ $t("nav.document") }}
</a>
<a href="https://foxwallet.com/download" target="_blank" class="block w-full hover:opacity-80 py-1 text-gray-500">
{{ $t("nav.about.download") }}
<a href="https://hc.foxwallet.com/docs/developer/" target="_blank" class="block w-full hover:opacity-80 py-1 text-gray-500">
{{ $t("nav.developer") }}
</a>
<CommunityIcon :class="bottomBorder ? 'border-b-2 border-gray-200 mt-8 pb-8' : 'mt-4 pb-4'" size="large" />
<div class="mt-4">
Expand Down
13 changes: 5 additions & 8 deletions components/footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,14 @@
<h3 class="pt-2 pb-4 font-bold text-xl">
{{ $t('nav.about.title') }}
</h3>
<!-- <a class="cursor-pointer hover:opacity-75 text-gray-700 mb-2" target="_blank" href="">
{{ $t('nav.about.cloudComputing') }}
</a> -->
<a class="cursor-pointer hover:opacity-75 text-gray-700 mb-2" target="_blank" href="https://hc.foxwallet.com">
{{ $t('nav.docs') }}
</a>
<a class="cursor-pointer hover:opacity-75 text-gray-700 mb-2" target="_blank" href="https://hc.foxwallet.com/docs/faq">
{{ $t('nav.about.faq') }}
</a>
<a class="cursor-pointer hover:opacity-75 text-gray-700 mb-2" target="_blank" href="https://hc.foxwallet.com">
{{ $t('nav.document') }}
</a>
<a class="cursor-pointer hover:opacity-75 text-gray-700 mb-2" target="_blank" href="https://foxwallet.com/download">
{{ $t('nav.about.download') }}
<a class="cursor-pointer hover:opacity-75 text-gray-700 mb-2" target="_blank" href="https://hc.foxwallet.com/docs/developer/">
{{ $t('nav.developer') }}
</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<span class="text-xs lg:text-sm mr-2 lg:mr-6 hover:opacity-60 cursor-pointer">{{ $t("nav.earn.title") }}</span>
</el-tooltip>
<a href="https://hc.foxwallet.com/docs" target="_blank" class="text-xs lg:text-sm mr-2 lg:mr-6 hover:opacity-60">
{{ $t("nav.document") }}
{{ $t("nav.docs") }}
</a>
<a href="https://hc.foxwallet.com/blog" target="_blank" class="text-xs lg:text-sm mr-2 lg:mr-6 hover:opacity-60">
{{ $t("nav.blog.title") }}
Expand Down
20 changes: 10 additions & 10 deletions components/new-footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
{{ $t('nav.about.title') }}
</div>
<div class="flex flex-col">
<a class="cursor-pointer opacity-60 hover:opacity-75 text-white mb-3" target="_blank" href="https://hc.foxwallet.com">
{{ $t('nav.docs') }}
</a>
<a class="cursor-pointer opacity-60 hover:opacity-75 text-white mb-3" target="_blank" href="https://hc.foxwallet.com/docs/faq">
{{ $t('nav.about.faq') }}
</a>
<a class="cursor-pointer opacity-60 hover:opacity-75 text-white mb-3" target="_blank" href="https://hc.foxwallet.com">
{{ $t('nav.document') }}
</a>
<a class="cursor-pointer opacity-60 hover:opacity-75 text-white mb-3" target="_blank" href="https://foxwallet.com/download">
{{ $t('nav.about.download') }}
<a class="cursor-pointer opacity-60 hover:opacity-75 text-white mb-3" target="_blank" href="https://hc.foxwallet.com/docs/developer/">
{{ $t('nav.developer') }}
</a>
</div>
</div>
Expand Down Expand Up @@ -85,14 +85,14 @@
{{ $t('nav.about.title') }}
</div>
<div class="flex flex-col">
<a class="cursor-pointer opacity-60 hover:opacity-75 text-white mb-3" target="_blank" href="https://hc.foxwallet.com">
{{ $t('nav.docs') }}
</a>
<a class="cursor-pointer opacity-60 hover:opacity-75 text-white mb-3" target="_blank" href="https://hc.foxwallet.com/docs/faq">
{{ $t('nav.about.faq') }}
</a>
<a class="cursor-pointer opacity-60 hover:opacity-75 text-white mb-3" target="_blank" href="https://hc.foxwallet.com">
{{ $t('nav.document') }}
</a>
<a class="cursor-pointer opacity-60 hover:opacity-75 text-white mb-3" target="_blank" href="https://foxwallet.com/download">
{{ $t('nav.about.download') }}
<a class="cursor-pointer opacity-60 hover:opacity-75 text-white mb-3" target="_blank" href="https://hc.foxwallet.com/docs/developer/">
{{ $t('nav.developer') }}
</a>
</div>
</div>
Expand Down
9 changes: 3 additions & 6 deletions components/new-header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,12 @@
<img src="@/assets/new-img/logo.svg" alt="logo">
</div>
<div class="text-bold">
<!-- <el-tooltip class="item" effect="dark" :content="$t('nav.earn.coming')" placement="bottom">
<span class="tab-item text-xs lg:text-sm mr-2 lg:mr-6 hover:opacity-60 cursor-pointer">{{ $t("nav.earn.title") }}</span>
</el-tooltip> -->
<a href="https://hc.foxwallet.com/docs" target="_blank" class="tab-item text-xs lg:text-sm mr-2 lg:mr-6">
{{ $t("nav.document") }}
</a>
<a href="https://hc.foxwallet.com/blog" target="_blank" class="tab-item text-xs lg:text-sm mr-2 lg:mr-6">
{{ $t("nav.blog.title") }}
</a>
<a href="https://hc.foxwallet.com/docs" target="_blank" class="tab-item text-xs lg:text-sm mr-2 lg:mr-6">
{{ $t("nav.docs") }}
</a>
<a href="https://github.com/foxwallet" target="_blank" class="tab-item text-xs lg:text-sm mr-2 lg:mr-6">
{{ $t("nav.openSource") }}
</a>
Expand Down
5 changes: 3 additions & 2 deletions locales/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
campaign: {
title: 'Campaign'
},
document: "Document",
docs: "Docs",
support: {
title: 'Support'
},
Expand All @@ -38,7 +38,8 @@ export default {
connect: 'Connect',
staking: 'Staking',
auditReport: 'Audit Report',
brandResource: 'Brand Resource'
brandResource: 'Brand Resource',
developer: 'Developer'
},
download: {
banner: {
Expand Down
2 changes: 1 addition & 1 deletion pages/anniversary.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
</li>
<li>
<a class="cursor-pointer hover:opacity-75" target="_blank" href="https://hc.foxwallet.com">
{{ $t('nav.document') }}
{{ $t('nav.docs') }}
</a>
</li>
<li>
Expand Down

0 comments on commit 4c62b4f

Please sign in to comment.