Overview
src/components/notificationcenter.tsx (lines 15-23, 106, 129) stores the TYPE_ICON emoji map, the notification bell glyph, and the dismiss button glyph as corrupted UTF-8, so notification type icons and the close control render as mojibake instead of the intended symbols. Replace the corrupted literals with correct characters or lucide-react icons.
Overview
src/components/notificationcenter.tsx (lines 15-23, 106, 129) stores the TYPE_ICON emoji map, the notification bell glyph, and the dismiss button glyph as corrupted UTF-8, so notification type icons and the close control render as mojibake instead of the intended symbols. Replace the corrupted literals with correct characters or lucide-react icons.