make the branding image priority
This commit is contained in:
parent
4e02e75d7f
commit
cf63e672c2
@ -45,7 +45,7 @@ const Branding = ({ href, size, className }: BrandingProps) => (
|
||||
className={cn(brandingVariants({ size, className }))}
|
||||
href={href ?? "/"}
|
||||
>
|
||||
<Image src="/media/logo.png" alt="PulseApp Logo" fill />
|
||||
<Image src="/media/logo.png" alt="PulseApp Logo" fill priority />
|
||||
</Link>
|
||||
);
|
||||
export default Branding;
|
||||
|
Loading…
x
Reference in New Issue
Block a user