mirror of
https://github.com/tornadocash/tornado-initiation-ui.git
synced 2024-11-22 17:40:04 +01:00
remove link
This commit is contained in:
parent
536ef32a40
commit
bf4bb26a70
@ -5,15 +5,6 @@
|
|||||||
<Logo />
|
<Logo />
|
||||||
</b-navbar-item>
|
</b-navbar-item>
|
||||||
</template>
|
</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">
|
<template slot="end">
|
||||||
<b-navbar-item tag="div">
|
<b-navbar-item tag="div">
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
|
@ -10,8 +10,54 @@ export default {
|
|||||||
title: 'Tornado.cash',
|
title: 'Tornado.cash',
|
||||||
meta: [
|
meta: [
|
||||||
{ charset: 'utf-8' },
|
{ 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: [
|
link: [
|
||||||
{ rel: 'manifest', href: '/manifest.json' },
|
{ rel: 'manifest', href: '/manifest.json' },
|
||||||
|
Loading…
Reference in New Issue
Block a user