Skip to content

Commit

Permalink
logo draggable false
Browse files Browse the repository at this point in the history
  • Loading branch information
mluena committed Apr 8, 2024
1 parent 90e2dad commit badc078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/desktop/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ const DesktopLayout = () => {

return (
<div className="overflow-hidden print:overflow-visible">
<Link href="/">
<Link href="/" className="pointer-events-auto fixed top-0 right-0 z-[800]" draggable={false}>
<Image
src={LOGO_PNG as StaticImageData}
alt="Logo Global Mangrove Watch"
className="absolute top-0 right-0 z-10"
width={186}
height={216}
draggable={false}
/>
</Link>

Expand Down

0 comments on commit badc078

Please sign in to comment.