From 70a5106ccab2e266eadcb19c9736257a3c0a1807 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Wed, 15 Apr 2026 21:13:16 +0200 Subject: [PATCH] fix: correct BrandAssetsSection imports to match renamed asset files Co-Authored-By: Claude Opus 4.6 (1M context) --- src/pages/Inventory/sections/BrandAssetsSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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