support: removed link to mastodon account

This commit is contained in:
wukko 2024-01-02 12:29:29 +06:00
parent f33b7044f4
commit 6ad9827c1f
2 changed files with 0 additions and 7 deletions

View file

@ -22,11 +22,6 @@
"emoji": "👾",
"url": "https://discord.gg/pQPt8HBUPu",
"name": "cobalt discord server"
},
"mastodon": {
"emoji": "🐘",
"url": "https://wetdry.world/@cobalt",
"name": "@cobalt@wetdry.world"
}
},
"ru": {

View file

@ -71,8 +71,6 @@ export default function(obj) {
<link rel="stylesheet" href="fonts/notosansmono.css" rel="preload" />
<link rel="stylesheet" href="cobalt.css" />
<link rel="me" href="${authorInfo.support.default.mastodon.url}">
<noscript><div style="margin: 2rem;">${t('NoScriptMessage')}</div></noscript>
</head>
<body id="cobalt-body" ${platform === "d" ? 'class="desktop"' : ''} data-nosnippet ontouchstart>