replace with BRAND_ICON in home view
This commit is contained in:
@@ -17,6 +17,7 @@ import {
|
||||
import RichInputArea from './components/RichInputArea';
|
||||
import { richTextToPrompt } from './components/RichInputArea/richTextToPrompt';
|
||||
import { useHomeShowcase } from './useHomeShowcase';
|
||||
import BRAND_ICON from '../../../../../packages/shared/src/icons/taonier-product-ip.png'
|
||||
|
||||
export type {
|
||||
HomeAgentMode,
|
||||
@@ -134,8 +135,8 @@ export default function HomeView({
|
||||
aria-label="首页输入"
|
||||
>
|
||||
<div className="flex items-center gap-3 text-center max-[760px]:flex-col max-[760px]:gap-2.5">
|
||||
<span className="grid size-7.5 shrink-0 place-items-center rounded-full bg-(image:--platform-button-primary-fill) text-[11px] font-bold text-(--platform-button-primary-text) shadow-(--platform-profile-action-shadow)">
|
||||
<ActiveHomeModeIcon size={18} aria-hidden="true" />
|
||||
<span className="grid size-32 shrink-0 place-items-center rounded-full shadow-(--platform-profile-action-shadow)">
|
||||
<img src={BRAND_ICON} alt="logo" className="size-32" />
|
||||
</span>
|
||||
<div>
|
||||
<h1 className="m-0 text-[27px] font-[750] tracking-normal max-[760px]:text-[22px]">
|
||||
|
||||
Reference in New Issue
Block a user