Skip to content

Commit

Permalink
feat: add open source and audit report link
Browse files Browse the repository at this point in the history
  • Loading branch information
icodeface committed Jul 9, 2024
1 parent 1bb11cb commit 32f8850
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
<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.title") }}
</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") }}
</a>
</div>
</div>
<div class="flex items-center" data-aos="fade-left" data-aos-duration="3000">
Expand Down
6 changes: 6 additions & 0 deletions components/new-header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
<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">
{{ $t("nav.opensource.title") }}
</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") }}
</a>
</div>
</div>
<div class="">
Expand Down
6 changes: 6 additions & 0 deletions locales/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ export default {
download: {
title: 'Download'
},
opensource: {
title: 'Open Source'
},
audit: {
title: 'Audit Report'
},
anniversary: {
title: 'Anniversary'
},
Expand Down

0 comments on commit 32f8850

Please sign in to comment.