mirror of
https://github.com/spliit-app/spliit.git
synced 2026-03-02 03:16:13 +01:00
Fix image size to prevent warning in the console
This commit is contained in:
@@ -80,7 +80,7 @@ export default function RootLayout({
|
|||||||
<h1>
|
<h1>
|
||||||
<Image
|
<Image
|
||||||
src="/logo-with-text.png"
|
src="/logo-with-text.png"
|
||||||
className="m-1 h-auto"
|
className="m-1 h-auto w-auto"
|
||||||
width={(35 * 522) / 180}
|
width={(35 * 522) / 180}
|
||||||
height={35}
|
height={35}
|
||||||
alt="Spliit"
|
alt="Spliit"
|
||||||
@@ -113,7 +113,7 @@ export default function RootLayout({
|
|||||||
<Link className="flex items-center gap-2" href="/">
|
<Link className="flex items-center gap-2" href="/">
|
||||||
<Image
|
<Image
|
||||||
src="/logo-with-text.png"
|
src="/logo-with-text.png"
|
||||||
className="m-1 h-auto"
|
className="m-1 h-auto w-auto"
|
||||||
width={(35 * 522) / 180}
|
width={(35 * 522) / 180}
|
||||||
height={35}
|
height={35}
|
||||||
alt="Spliit"
|
alt="Spliit"
|
||||||
|
|||||||
Reference in New Issue
Block a user