Use backend branding assets for logo and favicon
This commit is contained in:
@@ -7,7 +7,7 @@ export default function BrandingLogo({ className, alt = 'Magent logo' }: Brandin
|
||||
return (
|
||||
<img
|
||||
className={className}
|
||||
src="/branding-logo.svg"
|
||||
src="/api/branding/logo.png"
|
||||
alt={alt}
|
||||
/>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user