diff --git a/88x31/index.html b/88x31/index.html
index d11b1fc..4087e41 100644
--- a/88x31/index.html
+++ b/88x31/index.html
@@ -81,7 +81,7 @@
-
+
diff --git a/assets/88x31/doughmination.gif b/assets/88x31/doughmination.gif
new file mode 100644
index 0000000..20af87e
Binary files /dev/null and b/assets/88x31/doughmination.gif differ
diff --git a/assets/88x31/doughmination.png b/assets/88x31/doughmination.png
deleted file mode 100644
index 9c9fc0e..0000000
Binary files a/assets/88x31/doughmination.png and /dev/null differ
diff --git a/js/terminal.js b/js/terminal.js
index 0ac04e0..4908497 100644
--- a/js/terminal.js
+++ b/js/terminal.js
@@ -159,10 +159,10 @@
}
try {
const response = await fetch(
- `https://system.doughmination.co.uk/api/member/${encodeURIComponent(who)}`
+ `https://doughmination.co.uk/api/member/${encodeURIComponent(who)}`
);
if (response.status === 200) {
- window.open(`https://system.doughmination.co.uk/${encodeURIComponent(who)}`, "_blank");
+ window.open(`https://doughmination.co.uk/${encodeURIComponent(who)}`, "_blank");
return { text: `Opening ${who}'s profile...` };
}
if (response.status === 404) {