Skip to content

Commit 7f7b1c9

Browse files
authored
Merge pull request #2125 from appwrite/chore-sites-copy
2 parents 9b991d1 + 980a3fd commit 7f7b1c9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/lib/components/sidebar.svelte

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,13 @@
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+
{
83+
name: 'Sites',
84+
icon: IconGlobeAlt,
85+
slug: 'sites',
86+
category: 'deploy',
87+
badge: 'Early access'
88+
}
8389
];
8490
8591
const isSelected = (service: string): boolean => {

0 commit comments

Comments
 (0)