fix: correct BrandAssetsSection imports to match renamed asset files
All checks were successful
Build & Publish / publish (push) Successful in 1m1s
All checks were successful
Build & Publish / publish (push) Successful in 1m1s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user