diff --git a/src/web-ui/src/app/scenes/miniapps/utils/miniAppIcons.tsx b/src/web-ui/src/app/scenes/miniapps/utils/miniAppIcons.tsx index 23c554162..ff9544d5b 100644 --- a/src/web-ui/src/app/scenes/miniapps/utils/miniAppIcons.tsx +++ b/src/web-ui/src/app/scenes/miniapps/utils/miniAppIcons.tsx @@ -1,14 +1,19 @@ import React from 'react'; import { + Aperture, AppWindow, Box, Bot, Code, Database, FileText, + GitPullRequest, Globe, + Grid3x3, Image, LayoutGrid, + Presentation, + Regex, Rocket, Settings, Sparkles, @@ -28,15 +33,20 @@ const ICON_GRADIENTS = [ ]; const MINI_APP_ICONS = { + Aperture, AppWindow, Box, Bot, Code, Database, FileText, + GitPullRequest, Globe, + Grid3x3, Image, LayoutGrid, + Presentation, + Regex, Rocket, Settings, Sparkles,