Change sites copy

This commit is contained in:
Matej Bačo
2025-07-17 11:18:16 +02:00
parent 18c6b30853
commit 6db6f9ccbc
+1 -1
View File
@@ -79,7 +79,7 @@
{ 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: 'New' }
{ name: 'Sites', icon: IconGlobeAlt, slug: 'sites', category: 'deploy', badge: 'Early access' }
];
const isSelected = (service: string): boolean => {