Skip to content

Commit

Permalink
fix menus
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolar committed Sep 19, 2023
1 parent f0fbd33 commit 15cc6b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 0 additions & 5 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,6 @@ const config = {
],
className: "navbar__link--community",
},
{
to: "https://ynput.io/ayon/pricing",
label: "Pricing",
position: "right",
},
{
type: "search",
position: "right",
Expand Down
5 changes: 4 additions & 1 deletion website/src/components/YnputNavbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ const YnputNavbar = () => {
<a href="https://ynput.io/services">Services</a>
</li>
<li>
<a href="https://community.ynput.io/">Community</a>
<a href="https://ynput.io/community/">Community</a>
</li>
<li>
<a href="https://ynput.io/company/">Company</a>
</li>
<li>
<a href="https://ynput.io/contact">Contact</a>
Expand Down

0 comments on commit 15cc6b9

Please sign in to comment.