mirror of
https://github.com/fmhy/edit.git
synced 2025-08-14 15:12:38 +10:00
Fix X icons
This commit is contained in:
parent
78db1955e2
commit
55fccb22b3
3 changed files with 7 additions and 7 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue