Skip to content

Commit

Permalink
chore: enable fecht priority (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfcito authored Dec 19, 2024
1 parent 8e4895b commit a0a86c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/header/header.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function Header() {
</div>
<Link href="/" passHref className="items-center hidden gap-2 ml-4 mr-6 lg:flex shrink-0">
<div className="flex items-center group">
<Image src={sprayIcon} alt="icon of Mode Spray" width={28} height={28} />
<Image src={sprayIcon} alt="icon of Mode Spray" width={28} height={28} fetchPriority="high" />
<span className="ml-2 text-3xl font-bold leading-tight font-chakra">SPRAY</span>
<div className="flex items-center transition duration-500 ease-in-out opacity-0 group-hover:opacity-100">
<div aria-label="divider" className="w-6 h-px mx-2 bg-neutral-700"></div>
Expand Down

0 comments on commit a0a86c5

Please sign in to comment.