change to gif
This commit is contained in:
parent
c022564089
commit
ddbf4c06f4
|
|
@ -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 |
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue