make the branding image priority

This commit is contained in:
Braydon 2024-09-19 01:04:51 -04:00
parent 4e02e75d7f
commit cf63e672c2

@ -45,7 +45,7 @@ const Branding = ({ href, size, className }: BrandingProps) => (
className={cn(brandingVariants({ size, className }))} className={cn(brandingVariants({ size, className }))}
href={href ?? "/"} href={href ?? "/"}
> >
<Image src="/media/logo.png" alt="PulseApp Logo" fill /> <Image src="/media/logo.png" alt="PulseApp Logo" fill priority />
</Link> </Link>
); );
export default Branding; export default Branding;