diff --git a/src/components/logo.tsx b/src/components/logo.tsx index 129adef..a83e6dc 100644 --- a/src/components/logo.tsx +++ b/src/components/logo.tsx @@ -88,6 +88,18 @@ export default function Logo({ ); } + if (!logoVar) { + console.error(`Logo: Could not find logo asset for ${varName}`); + return ( +
+ Error: Logo asset not found. Check console. +
+ ); + } + return (