Linter fix

This commit is contained in:
Matej Bačo
2025-07-17 11:37:53 +02:00
parent 6db6f9ccbc
commit 980a3fd228
+7 -1
View File
@@ -79,7 +79,13 @@
{ name: 'Functions', icon: IconLightningBolt, slug: 'functions', category: 'build' },
{ name: 'Messaging', icon: IconChatBubble, slug: 'messaging', category: 'build' },
{ name: 'Storage', icon: IconFolder, slug: 'storage', category: 'build' },
{ name: 'Sites', icon: IconGlobeAlt, slug: 'sites', category: 'deploy', badge: 'Early access' }
{
name: 'Sites',
icon: IconGlobeAlt,
slug: 'sites',
category: 'deploy',
badge: 'Early access'
}
];
const isSelected = (service: string): boolean => {