refactor(brandIcons): remove unused Microsoft and Nginx icons from brand icons list for cleaner code
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m50s
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m50s
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user