diff --git a/src/lib/util/LinkResolver.ts b/src/lib/util/LinkResolver.ts index 23e1814..b942ba1 100644 --- a/src/lib/util/LinkResolver.ts +++ b/src/lib/util/LinkResolver.ts @@ -1,3 +1,4 @@ +// TODO: чашки на иконках выглядят страшненько, пока что пусть лучше будет голая ссылка const icons: Record = { none: 'material-symbols:link', 'steamcommunity.com': 'simple-icons:steam', @@ -12,10 +13,10 @@ const icons: Record = { 'bsky.social': 'simple-icons:bluesky', // https://хамяк.рф 'xn--80auf8a2c.xn--p1ai': 'fluent-emoji-high-contrast:hamster', - 'teasanctuary.ru': '/icons/tea-sanctuary-white.svg', + // 'teasanctuary.ru': '/icons/tea-sanctuary-white.svg', 'hl.teasanctuary.ru': '/icons/half-life.svg', 'git.teasanctuary.ru': 'devicon-plain:git', - localhost: '/icons/tea-sanctuary-white.svg', + // localhost: '/icons/tea-sanctuary-white.svg', email: 'material-symbols:alternate-email', rss: 'material-symbols:rss-feed' };