fix: add medium link

This commit is contained in:
Danil Kovtonyuk 2021-11-23 01:11:17 +10:00
parent 48863e4814
commit 885a2a2f68
No known key found for this signature in database
GPG Key ID: E72A919BF08C3746
2 changed files with 24 additions and 19 deletions

View File

@ -6,7 +6,12 @@
</b-navbar-item> </b-navbar-item>
</template> </template>
<template slot="start"> <template slot="start">
<b-navbar-item href="#" target="_blank" class="decorate" rel="noreferrer"> <b-navbar-item
href="https://medium.com/@tornado-cash/tornado-cash-deployment-proposal-on-arbitrum-fb02e508fe74"
target="_blank"
class="decorate"
rel="noreferrer"
>
{{ $t('info') }} {{ $t('info') }}
</b-navbar-item> </b-navbar-item>
</template> </template>

File diff suppressed because one or more lines are too long