From f62a58388630af9c840f46f1d9434e8ea0df402f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Thu, 16 Jul 2026 10:14:02 +0800 Subject: [PATCH] use brand icon --- apps/ai-game-creator-shell/src/view/layout.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 ( -