mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-05 05:39:11 +00:00
Further improve UX of the suggestion cards
This commit is contained in:
@@ -171,6 +171,9 @@ const iconMap: IconMap = {
|
||||
Image: (color: string, width: string, height: string) => (
|
||||
<Image className={`${width} ${height} ${color} mr-2`} />
|
||||
),
|
||||
File: (color: string, width: string, height: string) => (
|
||||
<File className={`${width} ${height} ${color} mr-2`} />
|
||||
),
|
||||
};
|
||||
|
||||
export function getIconForSlashCommand(command: string, customClassName: string | null = null) {
|
||||
|
||||
Reference in New Issue
Block a user