mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-27 17:00:52 +01:00
fixed logo not appearing on undefined window
This commit is contained in:
parent
9c71552d7a
commit
23da7b6050
@ -448,7 +448,7 @@ const Home = () => {
|
|||||||
if (typeof window === "undefined") {
|
if (typeof window === "undefined") {
|
||||||
return (
|
return (
|
||||||
<img
|
<img
|
||||||
src="/icon.png"
|
src="icon.png"
|
||||||
alt="Upscayl icon"
|
alt="Upscayl icon"
|
||||||
className="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-36 animate-pulse"
|
className="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-36 animate-pulse"
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user