mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
fix(web): add email channel icon (#158)
Email is a supported channel (bindings, providers, outbox) but had no icon and fell back to the generic comment icon. Use FontAwesome envelope. Made-with: Cursor
This commit is contained in:
@@ -15,6 +15,7 @@ const CHANNEL_ICONS: Record<string, [string, string]> = {
|
||||
web: ['fas', 'globe'],
|
||||
slack: ['fab', 'slack'],
|
||||
discord: ['fab', 'discord'],
|
||||
email: ['fas', 'envelope'],
|
||||
}
|
||||
|
||||
const DEFAULT_ICON: [string, string] = ['far', 'comment']
|
||||
|
||||
Reference in New Issue
Block a user