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/noweb32.gif" alt="No Web 3.2" loading="lazy">
|
||||||
<img src="/assets/88x31/meltice.gif" alt="Melt Ice" 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/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>
|
</aside>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</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 {
|
try {
|
||||||
const response = await fetch(
|
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) {
|
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...` };
|
return { text: `Opening ${who}'s profile...` };
|
||||||
}
|
}
|
||||||
if (response.status === 404) {
|
if (response.status === 404) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue