Skip to content

Commit

Permalink
fix: rename Material to Brand Resource
Browse files Browse the repository at this point in the history
  • Loading branch information
icodeface committed Jul 9, 2024
1 parent 32f8850 commit c1d2cfe
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion components/footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{{ $t('nav.auditReport') }}
</a>
<a class="cursor-pointer hover:opacity-75 text-gray-700 mb-2" target="_blank" href="https://hc.foxwallet.com/docs/resource">
{{ $t('nav.material') }}
{{ $t('nav.brandResource') }}
</a>
</div>
<div class="flex flex-col">
Expand Down
4 changes: 2 additions & 2 deletions components/header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
{{ $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.title") }}
{{ $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.audit.title") }}
{{ $t("nav.auditReport") }}
</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions components/new-footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{{ $t('nav.auditReport') }}
</a>
<a class="cursor-pointer opacity-60 hover:opacity-75 text-white mb-3" target="_blank" href="https://hc.foxwallet.com/docs/resource">
{{ $t('nav.material') }}
{{ $t('nav.brandResource') }}
</a>
</div>
</div>
Expand Down Expand Up @@ -76,7 +76,7 @@
{{ $t('nav.auditReport') }}
</a>
<a class="cursor-pointer opacity-60 hover:opacity-75 text-white mb-3" target="_blank" href="https://hc.foxwallet.com/docs/resource">
{{ $t('nav.material') }}
{{ $t('nav.brandResource') }}
</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions components/new-header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
{{ $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.title") }}
{{ $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.audit.title") }}
{{ $t("nav.auditReport") }}
</a>
</div>
</div>
Expand Down
8 changes: 1 addition & 7 deletions locales/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ export default {
download: {
title: 'Download'
},
opensource: {
title: 'Open Source'
},
audit: {
title: 'Audit Report'
},
anniversary: {
title: 'Anniversary'
},
Expand All @@ -44,7 +38,7 @@ export default {
connect: 'Connect',
staking: 'Staking',
auditReport: 'Audit Report',
material: 'Material'
brandResource: 'Brand Resource'
},
download: {
banner: {
Expand Down

0 comments on commit c1d2cfe

Please sign in to comment.