Compare commits

..

No commits in common. "2402b730fa65dddb59e3299984edfb39fa924214" and "cb46da3525346a8e53efabbfe5e1ff8a0b675d97" have entirely different histories.

2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View file

@ -15,5 +15,4 @@ surfsense_web/playwright/.auth/
surfsense_web/playwright-report/
surfsense_web/test-results/
surfsense_web/blob-report/
hermes-agent
hermes-agent/

View file

@ -37,7 +37,7 @@ export const Navbar = ({ scrolledBgClassName }: NavbarProps = {}) => {
const navItems = [
{ name: "Free\u00A0AI", link: "/free" },
{ name: "Pricing", link: "/pricing" },
// { name: "Blog", link: "/blog" },
{ name: "Blog", link: "/blog" },
{ name: "Changelog", link: "/changelog" },
{ name: "Docs", link: "/docs" },
{ name: "Contact\u00A0Us", link: "/contact" },