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:
Alexander 2025-01-24 18:12:54 +02:00 committed by GitHub
parent b8b7819dfc
commit eee01f2b69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 37 additions and 42 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',