mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-17 22:00:00 +00:00
support: removed link to mastodon account
This commit is contained in:
parent
f33b7044f4
commit
6ad9827c1f
2 changed files with 0 additions and 7 deletions
|
@ -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": {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue