Fix X icons

This commit is contained in:
qweered 2025-01-24 17:58:21 +02:00
parent 78db1955e2
commit 55fccb22b3
3 changed files with 7 additions and 7 deletions

View file

@ -300,7 +300,7 @@ const transformLinks = (text: string): string =>
name: 'X',
find: /\[X\]\(([^\)]*?)\)/gm,
replace:
'<a target="_blank" href="$1"><div alt="X" class="i-cabon:logo-x" /></a>'
'<a target="_blank" href="$1"><div alt="X" class="i-carbon:logo-x" /></a>'
},
{
name: 'Tor',