1
0
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:
TGS963 2023-09-01 10:02:46 +05:30
parent 9c71552d7a
commit 23da7b6050

View File

@ -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"
/>