change to gif

This commit is contained in:
Clove 2026-06-17 10:37:56 +01:00
parent c022564089
commit ddbf4c06f4
4 changed files with 3 additions and 3 deletions

View File

@ -81,7 +81,7 @@
<img src="/assets/88x31/noweb32.gif" alt="No Web 3.2" loading="lazy">
<img src="/assets/88x31/meltice.gif" alt="Melt Ice" loading="lazy">
<img src="/assets/88x31/transnow.gif" alt="TransNow" loading="lazy">
<img src="/assets/88x31/doughmination.png" alt="Doughmination" loading="lazy">
<img src="/assets/88x31/doughmination.gif" alt="Doughmination" loading="lazy">
</aside>
</section>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 416 KiB

View File

@ -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) {