remove link

This commit is contained in:
Roman Storm 2021-03-19 02:18:00 +03:00
parent 536ef32a40
commit bf4bb26a70
No known key found for this signature in database
GPG Key ID: 522F2A785F34E71F
2 changed files with 48 additions and 11 deletions

View File

@ -5,15 +5,6 @@
<Logo />
</b-navbar-item>
</template>
<template slot="start">
<b-navbar-item
href="https://medium.com/@tornado.cash/tornado-cash-governance-proposal-a55c5c7d0703"
target="_blank"
class="decorate"
>
{{ $t('info') }}
</b-navbar-item>
</template>
<template slot="end">
<b-navbar-item tag="div">
<div class="buttons">

View File

@ -10,8 +10,54 @@ export default {
title: 'Tornado.cash',
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ hid: 'description', name: 'description', content: '' },
{
name: 'viewport',
content:
'width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no',
},
{ name: 'theme-color', content: '#000403' },
{
hid: 'description',
name: 'description',
content: 'Ceremony for new Tornado.Cash instances',
},
{
hid: 'og:title',
property: 'og:title',
content: 'Tornado.Cash instance deployment',
},
{
hid: 'og:description',
property: 'og:description',
content: 'Ceremony for new Tornado.Cash instances',
},
{
hid: 'og:url',
property: 'og:url',
content: 'https://tornado.cash',
},
{
hid: 'og:type',
property: 'og:type',
content: 'website',
},
{
hid: 'og:image',
property: 'og:image',
content: 'https://tornado.cash/tw.png',
},
{
hid: 'description',
name: 'description',
content:
'Non-custodial, trustless, serverless, private transactions on Ethereum network',
},
{
hid: 'keywords',
name: 'keywords',
content:
'Ethereum, ERC20, WBTC, cDAI, dapp, smart contract, decentralized, metamask, zksnark, zero knowledge',
},
],
link: [
{ rel: 'manifest', href: '/manifest.json' },