Hide support link in nav bar
This commit is contained in:
parent
8f1a8593e9
commit
52fffe6922
1 changed files with 2 additions and 3 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import { twMerge } from "tailwind-merge";
|
||||
import {
|
||||
HelpCircleIcon,
|
||||
SendIcon,
|
||||
ChevronRightIcon,
|
||||
ConstructionIcon,
|
||||
|
|
@ -332,7 +331,7 @@ export function MainNavigation({ isCollapsed }: { isCollapsed: boolean }) {
|
|||
isCollapsed ? "pl-2.5 pr-3" : ""
|
||||
)}
|
||||
>
|
||||
<li>
|
||||
{/* <li>
|
||||
<NavLink isActive={location.pathname === "/support"}>
|
||||
<RouterLink
|
||||
to="/support"
|
||||
|
|
@ -354,7 +353,7 @@ export function MainNavigation({ isCollapsed }: { isCollapsed: boolean }) {
|
|||
</div>
|
||||
</RouterLink>
|
||||
</NavLink>
|
||||
</li>
|
||||
</li> */}
|
||||
<li>
|
||||
<NavLink isActive={location.pathname === "/feedback"}>
|
||||
<RouterLink
|
||||
|
|
|
|||
Loading…
Reference in a new issue