diff --git a/apps/ai-game-creator-shell/src/view/layout.tsx b/apps/ai-game-creator-shell/src/view/layout.tsx index 7f45c1fe9..f0f28ea88 100644 --- a/apps/ai-game-creator-shell/src/view/layout.tsx +++ b/apps/ai-game-creator-shell/src/view/layout.tsx @@ -11,6 +11,7 @@ import { } from 'lucide-react'; import { useEffect, useRef, useState } from 'react'; +import BRAND_ICON from '../../../../packages/shared/src/icons/taonier-product-ip.png'; function cx(...classNames: Array) { return classNames.filter(Boolean).join(' '); } @@ -113,10 +114,10 @@ export function Sidebar({ } return ( -