Skip to content

Commit b65ff4d

Browse files
IRyomabearl27
andauthored
Update frontend/src/Solo/Components/MessageBubble.tsx
Co-authored-by: Kai Nagahari <125728897+bearl27@users.noreply.github.com>
1 parent 2c49bab commit b65ff4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/Solo/Components/MessageBubble.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const MessageBubble: React.FC<MessageBubbleProps> = ({ text, isUser, icon }) =>
1414
if (icon) {
1515
return <span className="icon">{icon}</span>;
1616
}
17-
return <img src={defaultIconUrl} className="icon" alt="icon" />;
17+
return <img src={DEFAULT_ICON_URL} className="icon" alt="icon" />;
1818
};
1919

2020
return (

0 commit comments

Comments
 (0)