浏览代码

图标名称修改

quyx@nextosd.com 3 月之前
父节点
当前提交
8983417377
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/pages/Base/Order/Chat.tsx

+ 2 - 2
src/pages/Base/Order/Chat.tsx

@@ -141,7 +141,7 @@ const ChatComponent: React.FC<ChatComponentProps> = ({ messageList, onClose }) =
           {msg.sender === "other" && (
             <div style={senderInfoStyle}>
               <img
-                src="/usr.png"
+                src="/partner.png"
                 alt="AAA株式会社图标"
                 style={iconStyle}
               />
@@ -152,7 +152,7 @@ const ChatComponent: React.FC<ChatComponentProps> = ({ messageList, onClose }) =
             <div style={senderInfoStyle}>
               <span style={senderNameStyle}>羽田ベース</span>
               <img
-                src="/cat.png"
+                src="/base.png"
                 alt="羽田ベース图标"
                 style={{...iconStyle, marginLeft: "4px", marginRight: "0" }}
               />