diff --git a/src/pages/Inventory/sections/BrandAssetsSection.tsx b/src/pages/Inventory/sections/BrandAssetsSection.tsx index 1a0bc4f..8b69b2c 100644 --- a/src/pages/Inventory/sections/BrandAssetsSection.tsx +++ b/src/pages/Inventory/sections/BrandAssetsSection.tsx @@ -1,7 +1,7 @@ import styles from './BrandAssetsSection.module.css' import camelLogoSvg from '../../../assets/camel-logo.svg' -import cameleerLogo from '../../../assets/cameleer-logo.png' -import cameleerLogoSvg from '../../../assets/cameleer-logo.svg' +import cameleerLogo from '../../../assets/cameleer3-logo.png' +import cameleerLogoSvg from '../../../assets/cameleer3-logo.svg' const LOGO_SIZES = [16, 32, 48, 180, 192, 512] as const