diff --git a/frontend/src/lib/brandIcons.js b/frontend/src/lib/brandIcons.js index d9f967b..ba498fa 100644 --- a/frontend/src/lib/brandIcons.js +++ b/frontend/src/lib/brandIcons.js @@ -16,7 +16,6 @@ import { IconBrandTiktok, IconBrandAmazon, IconBrandApple, - IconBrandMicrosoft, IconBrandDiscord, IconBrandSpotify, IconBrandVk, @@ -25,7 +24,6 @@ import { IconBrandPinterest, IconBrandTwitch, IconBrandSteam, - IconBrandNginx, IconBrandDocker, IconBrandChrome, IconBrandFirefox, @@ -55,7 +53,6 @@ const BRAND_ICONS = [ { id: 'IconBrandTiktok', label: 'TikTok', Icon: IconBrandTiktok }, { id: 'IconBrandAmazon', label: 'Amazon', Icon: IconBrandAmazon }, { id: 'IconBrandApple', label: 'Apple', Icon: IconBrandApple }, - { id: 'IconBrandMicrosoft', label: 'Microsoft', Icon: IconBrandMicrosoft }, { id: 'IconBrandDiscord', label: 'Discord', Icon: IconBrandDiscord }, { id: 'IconBrandSpotify', label: 'Spotify', Icon: IconBrandSpotify }, { id: 'IconBrandVk', label: 'VK', Icon: IconBrandVk }, @@ -64,7 +61,6 @@ const BRAND_ICONS = [ { id: 'IconBrandPinterest', label: 'Pinterest', Icon: IconBrandPinterest }, { id: 'IconBrandTwitch', label: 'Twitch', Icon: IconBrandTwitch }, { id: 'IconBrandSteam', label: 'Steam', Icon: IconBrandSteam }, - { id: 'IconBrandNginx', label: 'Nginx', Icon: IconBrandNginx }, { id: 'IconBrandDocker', label: 'Docker', Icon: IconBrandDocker }, { id: 'IconBrandChrome', label: 'Chrome', Icon: IconBrandChrome }, { id: 'IconBrandFirefox', label: 'Firefox', Icon: IconBrandFirefox },