mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-26 21:39:43 +02:00
Compare commits
5 commits
cb46da3525
...
2402b730fa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2402b730fa | ||
|
|
ec957e6fae | ||
|
|
d6618b8357 | ||
|
|
b7e31f2974 | ||
|
|
81583ef382 |
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -15,4 +15,5 @@ surfsense_web/playwright/.auth/
|
|||
surfsense_web/playwright-report/
|
||||
surfsense_web/test-results/
|
||||
surfsense_web/blob-report/
|
||||
hermes-agent
|
||||
hermes-agent/
|
||||
|
|
|
|||
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue