Skip to content

Commit 3791130

Browse files
authored
Merge pull request #57 from harmonydata/master
temporarily disabled sidebar links to discovery
2 parents 43232c4 + 602b2d4 commit 3791130

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/HarmonySidebar.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ export default function HarmonySidebar() {
215215

216216
return (
217217
<ListItemButton
218+
disabled={isExternal}
218219
key={item.text}
219220
component={isExternal ? "a" : Link}
220221
href={isExternal ? item.href : undefined}
@@ -364,6 +365,7 @@ export default function HarmonySidebar() {
364365
return (
365366
<ListItem key={item.text} disablePadding>
366367
<ListItemButton
368+
disabled={isExternal}
367369
component={isExternal ? "a" : Link}
368370
href={isExternal ? item.href : undefined}
369371
to={isExternal ? undefined : item.href}

0 commit comments

Comments
 (0)