Временно убрал чашки у ссылок с иконкой

This commit is contained in:
Иван Кузьменко 2025-09-30 00:25:17 +03:00
parent d30ab1b8d0
commit 3cecfc1cc4

View file

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