mirror of
https://github.com/fmhy/edit.git
synced 2025-07-30 07:42:18 +10:00
Fix X icon (#2882)
* Update multiple documentation pages to replace references to Twitter with X.com, update links, and enhance clarity across various guides. * Refactor MEGA tools section in documentation: updated account generator references and clarified app descriptions. * fix * fix * Fix X icons * fix
This commit is contained in:
parent
b8b7819dfc
commit
eee01f2b69
12 changed files with 37 additions and 42 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