Skip to content

Commit a95b0e0

Browse files
authored
feat: remove subsonic from navbar (#85)
1 parent b7c0f86 commit a95b0e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/NavigationBar.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,6 @@ export default function NavigationBar(props: {
189189
</Link>
190190

191191
<div className={styles.navigationMenu}>
192-
{/* <MenuLink path="/subsonic" text={capitalize("Subsonic")} /> */}
193-
<SubsonicLink key={3} side={true} toggle={toggleMenu} />
194192
<MenuLink
195193
path="/association"
196194
text={capitalize(translations["association"])}

0 commit comments

Comments
 (0)