Skip to content

Commit

Permalink
🔍 improge CLS by setting a width and height on the back button image
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuxu committed Jun 25, 2023
1 parent 931cd71 commit 4fd98a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nye-julianjark.no/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default function App() {
>
<Link to="/" className="">
<p className="sr-only">Til hovedside</p>
<img src={backSvg} alt="" />
<img src={backSvg} alt="" width={33} height={24} />
</Link>
</nav>
</header>
Expand Down

0 comments on commit 4fd98a5

Please sign in to comment.