Skip to content

Commit 6db6f9c

Browse files
committed
Change sites copy
1 parent 18c6b30 commit 6db6f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/sidebar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
{ name: 'Functions', icon: IconLightningBolt, slug: 'functions', category: 'build' },
8080
{ name: 'Messaging', icon: IconChatBubble, slug: 'messaging', category: 'build' },
8181
{ name: 'Storage', icon: IconFolder, slug: 'storage', category: 'build' },
82-
{ name: 'Sites', icon: IconGlobeAlt, slug: 'sites', category: 'deploy', badge: 'New' }
82+
{ name: 'Sites', icon: IconGlobeAlt, slug: 'sites', category: 'deploy', badge: 'Early access' }
8383
];
8484
8585
const isSelected = (service: string): boolean => {

0 commit comments

Comments
 (0)