Skip to content

Commit

Permalink
revert: disable nabla (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
nejcm committed Jun 28, 2023
1 parent 5487296 commit 2e2fe81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/links.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const links: Links = ({ tenantName }) => [
title: 'Nabla',
prefix: <NablaIcon />,
suffix: <ComingSoonTag />,
hidden: !true,
hidden: true,
props: {
className: ({ isActive } = {}) => (isActive ? 'active' : ''),
},
Expand Down

0 comments on commit 2e2fe81

Please sign in to comment.