Skip to content

Commit

Permalink
feat: rename support/tutorial to document and update sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
icodeface committed Jul 10, 2024
1 parent 69239a3 commit a5ca850
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 39 deletions.
8 changes: 4 additions & 4 deletions components/footer-mobile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<h3 class="font-bold py-4">
{{ $t("nav.about.title") }}
</h3>
<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>
<!-- <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/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.about.tutorial") }}
{{ $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>
<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
11 changes: 4 additions & 7 deletions components/footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,18 @@
<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="https://foxwallet.com/download">
{{ $t('nav.about.download') }}
</a>
<!-- <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/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.about.tutorial') }}
{{ $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>
<!-- <a class="cursor-pointer hover:opacity-75 text-gray-700 mb-2" target="_blank" href="https://hc.foxwallet.com">
{{ $t('nav.about.helpCenter') }}
</a> -->
</div>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions components/header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
<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.support.title") }}
{{ $t("nav.document") }}
</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") }}
</a>
<a href="https://foxwallet.com/download" target="_blank" class="text-xs lg:text-sm mr-2 lg:mr-6 hover:opacity-60">
{{ $t("nav.download.title") }}
</a>
<a href="https://github.com/foxwallet" target="_blank" class="text-xs lg:text-sm mr-2 lg:mr-6 hover:opacity-60">
{{ $t("nav.openSource") }}
</a>
<a href="https://github.com/foxwallet/security-audit-certification" target="_blank" class="text-xs lg:text-sm mr-2 lg:mr-6 hover:opacity-60">
{{ $t("nav.auditReport") }}
</a>
<a href="https://foxwallet.com/download" target="_blank" class="text-xs lg:text-sm mr-2 lg:mr-6 hover:opacity-60">
{{ $t("nav.download.title") }}
</a>
</div>
</div>
<div class="flex items-center" data-aos="fade-left" data-aos-duration="3000">
Expand Down
6 changes: 3 additions & 3 deletions components/new-community-icon.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<template>
<div class="flex items-center">
<a class="hover:opacity-75 cursor-pointer mr-4" target="_blank" href="https://twitter.com/FoxWallet">
<img src="@/assets/new-img/x.svg" alt="x">
</a>
<a class="hover:opacity-75 cursor-pointer mr-4" target="_blank" href="https://discord.gg/foxwallet">
<img src="@/assets/new-img/dc.svg" alt="dc">
</a>
Expand All @@ -9,9 +12,6 @@
<a class="hover:opacity-75 cursor-pointer mr-4" target="_blank" href="https://www.youtube.com/channel/UCt9O4HUkuNutXvFoN6NZh-w">
<img src="@/assets/new-img/youtube.svg" alt="youtube">
</a>
<a class="hover:opacity-75 cursor-pointer mr-4" target="_blank" href="https://twitter.com/FoxWallet">
<img src="@/assets/new-img/x.svg" alt="x">
</a>
<a class="hover:opacity-75 cursor-pointer mr-4" target="_blank" href="https://medium.com/@FoxWallet">
<img src="@/assets/new-img/medium.svg" alt="medium">
</a>
Expand Down
16 changes: 8 additions & 8 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://foxwallet.com/download">
{{ $t('nav.about.download') }}
</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.about.tutorial') }}
{{ $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>
</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://foxwallet.com/download">
{{ $t('nav.about.download') }}
</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.about.tutorial') }}
{{ $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>
</div>
</div>
Expand Down
12 changes: 6 additions & 6 deletions components/new-header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
<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.support.title") }}
{{ $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="/download" target="_blank" class="tab-item text-xs lg:text-sm mr-2 lg:mr-6">
{{ $t("nav.download.title") }}
</a>
<a href="https://github.com/foxwallet" target="_blank" class="text-xs lg:text-sm mr-2 lg:mr-6 hover:opacity-60">
<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>
<a href="https://github.com/foxwallet/security-audit-certification" target="_blank" class="text-xs lg:text-sm mr-2 lg:mr-6 hover:opacity-60">
<a href="https://github.com/foxwallet/security-audit-certification" target="_blank" class="tab-item text-xs lg:text-sm mr-2 lg:mr-6">
{{ $t("nav.auditReport") }}
</a>
<a href="/download" target="_blank" class="tab-item text-xs lg:text-sm mr-2 lg:mr-6">
{{ $t("nav.download.title") }}
</a>
</div>
</div>
<div class="">
Expand Down
2 changes: 1 addition & 1 deletion locales/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default {
campaign: {
title: 'Campaign'
},
document: "Document",
support: {
title: 'Support'
},
Expand All @@ -28,7 +29,6 @@ export default {
download: 'Download',
cloudComputing: 'Cloud Computing',
faq: 'FAQ',
tutorial: 'Tutorial',
helpCenter: 'Help Center'
},
slogan: 'Leading you to the Web3 world',
Expand Down
12 changes: 6 additions & 6 deletions pages/anniversary.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,19 +137,19 @@
<li class="text-lg">
About
</li>
<li>
<a class="cursor-pointer hover:opacity-75" target="_blank" href="https://foxwallet.com/download">
{{ $t('nav.about.download') }}
</a>
</li>
<li>
<a class="cursor-pointer hover:opacity-75" target="_blank" href="https://hc.foxwallet.com/docs/faq">
{{ $t('nav.about.faq') }}
</a>
</li>
<li>
<a class="cursor-pointer hover:opacity-75" target="_blank" href="https://hc.foxwallet.com">
{{ $t('nav.about.tutorial') }}
{{ $t('nav.document') }}
</a>
</li>
<li>
<a class="cursor-pointer hover:opacity-75" target="_blank" href="https://foxwallet.com/download">
{{ $t('nav.about.download') }}
</a>
</li>
</ul>
Expand Down

0 comments on commit a5ca850

Please sign in to comment.