Skip to content

Commit

Permalink
fix[docs]: fix prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Karan-Palan committed Jan 14, 2025
1 parent 931827a commit 255fabc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,11 @@ export const DocsNav = ({
setOpen={setOpen}
/>
<DocLink uri='/overview/faq' label='FAQ' setOpen={setOpen} />
<DocLink uri='/overview/pro-help' label='Pro Help' setOpen={setOpen} />
<DocLink
uri='/overview/pro-help'
label='Pro Help'
setOpen={setOpen}
/>
<DocLink
uri='/overview/similar-technologies'
label='Similar Technologies'
Expand Down

0 comments on commit 255fabc

Please sign in to comment.