chore: replace twitter urls with x (unrealapex) (#5541)

* chore: replace twitter urls with x

* chore: fix twitter account url
This commit is contained in:
Aaron 2024-07-01 04:53:49 -07:00 committed by GitHub
parent 0b16dcefca
commit 0877723fdf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View file

@ -107,7 +107,7 @@
inner-padding="0"
color="#d1d0c5"
background-color="#323437"
href="https://twitter.com/monkeytypegame"
href="https://x.com/monkeytype"
>
<i class="fab fa-fw fa-twitter"></i>
</mj-button>

View file

@ -107,7 +107,7 @@
inner-padding="0"
color="#d1d0c5"
background-color="#323437"
href="https://twitter.com/monkeytypegame"
href="https://x.com/monkeytype"
>
<i class="fab fa-fw fa-twitter"></i>
</mj-button>

View file

@ -47,7 +47,7 @@
<div class="text">discord</div>
</a>
<a
href="https://twitter.com/monkeytype"
href="https://x.com/monkeytype"
class="textButton"
target="_blank"
rel="noreferrer noopener"

View file

@ -228,7 +228,7 @@
</button>
<a
class="button"
href="https://twitter.com/monkeytypegame"
href="https://x.com/monkeytype"
target="_blank"
rel="noreferrer noopener"
>

View file

@ -1246,7 +1246,7 @@
<div>
<label>twitter</label>
<div class="socialURL">
<p>https://twitter.com/</p>
<p>https://x.com/</p>
<input
class="twitter"
type="text"

View file

@ -267,7 +267,7 @@ export async function update(
const twitter = profile.details?.socialProfiles.twitter ?? "";
if (twitter) {
socialsEl.append(
`<a href='https://twitter.com/${Misc.escapeHTML(
`<a href='https://x.com/${Misc.escapeHTML(
twitter
)}' target="_blank" rel="nofollow me" aria-label="${Misc.escapeHTML(
twitter

View file

@ -32,7 +32,7 @@ async function getLatest(): Promise<SharedTypes.PSA[] | null> {
);
} else {
Notifications.addPSA(
"Looks like the server is experiencing maintenance or some unexpected down time.<br>Check the <a target= '_blank' href='https://monkeytype.instatus.com/'>status page</a> or <a target= '_blank' href='https://twitter.com/monkeytypegame'>Twitter</a> for more information.",
"Looks like the server is experiencing maintenance or some unexpected down time.<br>Check the <a target= '_blank' href='https://monkeytype.instatus.com/'>status page</a> or <a target= '_blank' href='https://x.com/monkeytype'>Twitter</a> for more information.",
-1,
"exclamation-triangle",
false,