diff options
Diffstat (limited to 'src/app/layout.tsx')
| -rw-r--r-- | src/app/layout.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 53b45b2..f8bff4c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -80,7 +80,7 @@ export default function RootLayout({ <h1> <Image src="/logo-with-text.png" - className="m-1 h-auto" + className="m-1 h-auto w-auto" width={(35 * 522) / 180} height={35} alt="Spliit" @@ -113,7 +113,7 @@ export default function RootLayout({ <Link className="flex items-center gap-2" href="/"> <Image src="/logo-with-text.png" - className="m-1 h-auto" + className="m-1 h-auto w-auto" width={(35 * 522) / 180} height={35} alt="Spliit" |
