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