Update branding assets by replacing SVG logos with PNG versions for improved compatibility and performance. Update references in the BrandLogo component to use the new PNG logo. Additionally, update various favicon and touch icon files to align with the new branding.
@@ -24,7 +24,7 @@ type BrandLogoProps = {
|
||||
export function BrandLogo({ className, size = 40, priority = false }: BrandLogoProps) {
|
||||
return (
|
||||
<Image
|
||||
src="/logo.svg"
|
||||
src="/logo.png"
|
||||
alt={process.env.NEXT_PUBLIC_BRAND_NAME || "Axiom"}
|
||||
width={size}
|
||||
height={size}
|
||||
|
||||
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 607 B After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 385 B After Width: | Height: | Size: 893 B |
|
Before Width: | Height: | Size: 565 B After Width: | Height: | Size: 15 KiB |
BIN
dashboard/public/logo-ai.backup.png
Normal file
|
After Width: | Height: | Size: 890 KiB |
|
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 188 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 500 KiB |