diff --git a/play.pokemonshowdown.com/js/storage.js b/play.pokemonshowdown.com/js/storage.js
index 4fa18fbefd..b54dd76efe 100644
--- a/play.pokemonshowdown.com/js/storage.js
+++ b/play.pokemonshowdown.com/js/storage.js
@@ -99,7 +99,7 @@ Storage.bg = {
break;
case 'waterfall':
hues = ["119.31034482758622,37.66233766233767%", "184.36363636363635,23.012552301255226%", "108.92307692307692,37.14285714285714%", "70.34482758620689,20.567375886524818%", "98.39999999999998,36.76470588235296%", "140,38.18181818181818%"];
- attrib = '"Irie" background by Samuel Teo';
+ attrib = '"Irie" background by Samuel Teo';
break;
case 'shaymin':
hues = ["39.000000000000064,21.7391304347826%", "170.00000000000003,2.380952380952378%", "157.5,11.88118811881188%", "174.78260869565216,12.041884816753928%", "185.00000000000003,12.76595744680851%", "20,5.660377358490567%"];
diff --git a/play.pokemonshowdown.com/src/client-core.ts b/play.pokemonshowdown.com/src/client-core.ts
index 21e2c2ea67..ebb9cff35d 100644
--- a/play.pokemonshowdown.com/src/client-core.ts
+++ b/play.pokemonshowdown.com/src/client-core.ts
@@ -273,7 +273,7 @@ const PSBackground = new class extends PSStreamModel {
"140,38.18181818181818%",
];
attrib = {
- url: 'https://yilx.deviantart.com/art/Irie-372292729',
+ url: 'https://x.com/Yilxaevum',
title: 'Irie',
artist: 'Samuel Teo',
};