dashboard: serie icons update

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-03-21 10:58:57 +01:00
parent cad64b6f89
commit 63ad65f3a3

View File

@@ -56,7 +56,7 @@ const mapper: Record<string, LucideIcon> = {
google: createImageIcon(getProxyImage('https://google.com')),
facebook: createImageIcon(getProxyImage('https://facebook.com')),
bing: createImageIcon(getProxyImage('https://bing.com')),
twitter: createImageIcon(getProxyImage('https://x.com')),
twitter: createImageIcon(getProxyImage('https://twitter.com')),
duckduckgo: createImageIcon(getProxyImage('https://duckduckgo.com')),
'yahoo!': createImageIcon(getProxyImage('https://yahoo.com')),
instagram: createImageIcon(getProxyImage('https://instagram.com')),
@@ -64,6 +64,7 @@ const mapper: Record<string, LucideIcon> = {
microlaunch: createImageIcon(getProxyImage('https://microlaunch.net')),
producthunt: createImageIcon(getProxyImage('https://www.producthunt.com')),
youtube: createImageIcon(getProxyImage('https://youtube.com')),
reddit: createImageIcon(getProxyImage('https://reddit.com')),
taaft: createImageIcon(getProxyImage('https://theresanaiforthat.com')),
'openpanel.dev': createImageIcon(getProxyImage('https://openpanel.dev')),
github: createImageIcon(getProxyImage('https://github.com')),