mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 05:29:12 +00:00
Share webp images from web, desktop, obsidian app to chat with
This commit is contained in:
@@ -241,6 +241,7 @@ function getIconFromFilename(
|
||||
case "jpg":
|
||||
case "jpeg":
|
||||
case "png":
|
||||
case "webp":
|
||||
return <Image className={className} weight="fill" />;
|
||||
default:
|
||||
return <File className={className} weight="fill" />;
|
||||
|
||||
Reference in New Issue
Block a user