From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +0800
Subject: [PATCH] 修改

---
 app/components/base/logo/logo-embedded-chat-avatar.tsx |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/app/components/base/logo/logo-embedded-chat-avatar.tsx b/app/components/base/logo/logo-embedded-chat-avatar.tsx
index 170a23b..7fd9482 100644
--- a/app/components/base/logo/logo-embedded-chat-avatar.tsx
+++ b/app/components/base/logo/logo-embedded-chat-avatar.tsx
@@ -1,5 +1,4 @@
 import type { FC } from 'react'
-import { WEB_PREFIX } from '@/config'
 
 type LogoEmbeddedChatAvatarProps = {
   className?: string
@@ -9,8 +8,8 @@
 }) => {
   return (
     <img
-      src={`${WEB_PREFIX}/logo/logo-embedded-chat-avatar.png`}
-      className={`block h-10 w-10 ${className}`}
+      src='/logo/logo-embedded-chat-avatar.png'
+      className={`block w-10 h-10 ${className}`}
       alt='logo'
     />
   )

--
Gitblit v1.8.0