Skip to content

Commit

Permalink
Fixed hiding
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmin-Parvulescu committed Jul 12, 2023
1 parent 5ff39bc commit 7bf6a2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/console/app/components/SiteMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@ type ExternalLinksProps = {
function ExternalLinks({ PASSPORT_URL, docsURL }: ExternalLinksProps) {
return (
<div className="mt-2 border-t border-gray-700">
<div className="px-2 p-2 hover:bg-gray-800">
{false && (
{false && (
<div className="px-2 p-2 hover:bg-gray-800">
<NavLink
to={'/groups'}
className={({ isActive }) => `${menuItemClass(isActive, false)} `}
Expand All @@ -353,8 +353,8 @@ function ExternalLinks({ PASSPORT_URL, docsURL }: ExternalLinksProps) {
</Text>
</div>
</NavLink>
)}
</div>
</div>
)}
{false && (
<div className="px-2 p-2 hover:bg-gray-800">
<NavLink
Expand Down

0 comments on commit 7bf6a2d

Please sign in to comment.