mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-23 23:21:05 +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") {
|
||||
return (
|
||||
<img
|
||||
src="/icon.png"
|
||||
src="icon.png"
|
||||
alt="Upscayl icon"
|
||||
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