Skip to content

Commit

Permalink
fix clickable area for link (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Alexander Strømseng authored and GitHub committed Apr 2, 2024
1 parent 6acec7e commit c70d83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function Navbar() {

return (
<nav className="flex w-full items-center justify-between border-b border-x-neutral-600 bg-background p-4 text-foreground">
<div className="flex-1">
<div>
<Link href="/">
<Image
width={256}
Expand Down

0 comments on commit c70d83e

Please sign in to comment.