From cf63e672c24ce596e100f0fd134225b489b518e9 Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Thu, 19 Sep 2024 01:04:51 -0400 Subject: [PATCH] make the branding image priority --- src/components/branding.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/branding.tsx b/src/components/branding.tsx index 7e777dc..8681e49 100644 --- a/src/components/branding.tsx +++ b/src/components/branding.tsx @@ -45,7 +45,7 @@ const Branding = ({ href, size, className }: BrandingProps) => ( className={cn(brandingVariants({ size, className }))} href={href ?? "/"} > - PulseApp Logo + PulseApp Logo ); export default Branding;