Skip to content

Commit 980a3fd

Browse files
committed
Linter fix
1 parent 6db6f9c commit 980a3fd

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: 'Early access' }
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)