Skip to content

Commit 2e96710

Browse files
committed
Move /pro-help link to sidebar
Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent ab45fe6 commit 2e96710

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Diff for: components/Layout.tsx

-6
Original file line numberDiff line numberDiff line change
@@ -225,12 +225,6 @@ const MainNavigation = () => {
225225
label='Community'
226226
isActive={section === 'community'}
227227
/>
228-
<MainNavLink
229-
className='hidden lg:block hover:underline'
230-
uri='/pro-help'
231-
label='Pro Help'
232-
isActive={section === 'pro-help'}
233-
/>
234228

235229
<div className='flex items-center max-sm:ml-4 mr-8 gap-6 md:gap-4 dark:bg-slate-800'>
236230
<div

Diff for: components/Sidebar.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ export const DocsNav = ({
380380
setOpen={setOpen}
381381
/>
382382
<DocLink uri='/overview/faq' label='FAQ' setOpen={setOpen} />
383+
<DocLink uri='/pro-help' label='Pro Help' setOpen={setOpen} />
383384
<DocLink
384385
uri='/overview/similar-technologies'
385386
label='Similar Technologies'

0 commit comments

Comments
 (0)