feat(web): apply forest AI brand identity
This commit is contained in:
@@ -24,6 +24,9 @@ export function ProjectRail({
|
||||
}) {
|
||||
return (
|
||||
<Sider className="project-rail" width={96}>
|
||||
<button className="rail-brand" aria-label="森林AI 工作台" title="森林AI 工作台" onClick={onSelectWorkspace}>
|
||||
<img className="brand-icon" src="/senlinai-icon.svg" alt="" />
|
||||
</button>
|
||||
<Button
|
||||
className={activeView === 'workspace' ? 'dashboard-button active' : 'dashboard-button'}
|
||||
icon={<IconDashboard />}
|
||||
|
||||
Reference in New Issue
Block a user