Skip to content

Commit

Permalink
Move /pro-help link to sidebar
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti committed Jan 7, 2025
1 parent ab45fe6 commit 2e96710
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,6 @@ const MainNavigation = () => {
label='Community'
isActive={section === 'community'}
/>
<MainNavLink
className='hidden lg:block hover:underline'
uri='/pro-help'
label='Pro Help'
isActive={section === 'pro-help'}
/>

<div className='flex items-center max-sm:ml-4 mr-8 gap-6 md:gap-4 dark:bg-slate-800'>
<div
Expand Down
1 change: 1 addition & 0 deletions components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ export const DocsNav = ({
setOpen={setOpen}
/>
<DocLink uri='/overview/faq' label='FAQ' setOpen={setOpen} />
<DocLink uri='/pro-help' label='Pro Help' setOpen={setOpen} />
<DocLink
uri='/overview/similar-technologies'
label='Similar Technologies'
Expand Down

0 comments on commit 2e96710

Please sign in to comment.