mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
feat: support Threads icon in profile links (#2474)
This commit is contained in:
parent
e00e4074e1
commit
20c30e92a3
3 changed files with 6 additions and 5 deletions
|
@ -39,6 +39,7 @@ export const accountFieldIcons: Record<string, string> = Object.fromEntries(Obje
|
|||
Steam: 'i-ri:steam-line',
|
||||
Switch: 'i-ri:switch-line',
|
||||
Telegram: 'i-ri:telegram-line',
|
||||
Threads: 'i-ri:threads-line',
|
||||
Tumblr: 'i-ri:tumblr-line',
|
||||
Twitch: 'i-ri:twitch-line',
|
||||
Twitter: 'i-ri:twitter-line',
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
"@emoji-mart/data": "^1.1.2",
|
||||
"@fnando/sparkline": "^0.3.10",
|
||||
"@iconify-emoji/twemoji": "^1.0.2",
|
||||
"@iconify/json": "^2.2.85",
|
||||
"@iconify/json": "^2.2.142",
|
||||
"@iconify/utils": "^2.1.7",
|
||||
"@nuxt/devtools": "^1.0.0-beta.1",
|
||||
"@nuxtjs/color-mode": "^3.3.0",
|
||||
|
|
|
@ -27,8 +27,8 @@ importers:
|
|||
specifier: ^1.0.2
|
||||
version: 1.0.2
|
||||
'@iconify/json':
|
||||
specifier: ^2.2.85
|
||||
version: 2.2.85
|
||||
specifier: ^2.2.142
|
||||
version: 2.2.142
|
||||
'@iconify/utils':
|
||||
specifier: ^2.1.7
|
||||
version: 2.1.7
|
||||
|
@ -2377,8 +2377,8 @@ packages:
|
|||
resolution: {integrity: sha512-C4W6ov4BkDXiVU3GzyqyVo8SBbU21KivXnZERgAnrYZEKjuiI3JwPDnu9oVJPsUkNI/Q4SM8iVnXjGW6kxt9DQ==}
|
||||
dev: false
|
||||
|
||||
/@iconify/json@2.2.85:
|
||||
resolution: {integrity: sha512-T72zjZlpP311ftbdzpOFbRCictazlrX1xR8lLu3swVvFo22b/SZNBN4r0cv+e+eVNZvMxhF/cFww2fkaZ3m7Pg==}
|
||||
/@iconify/json@2.2.142:
|
||||
resolution: {integrity: sha512-EfQv1GMGxOySdwaGR3+Diqudkwk4W299cNtcQhg7QAlH9x6FW9851raiYvdOsMZp0ya+Ye+evTTqxyZ4vEh5cw==}
|
||||
dependencies:
|
||||
'@iconify/types': 2.0.0
|
||||
pathe: 1.1.1
|
||||
|
|
Loading…
Reference in a new issue