diff --git a/apps/website/src/components/Header.tsx b/apps/website/src/components/Header.tsx index ba56f8403..402e4a640 100644 --- a/apps/website/src/components/Header.tsx +++ b/apps/website/src/components/Header.tsx @@ -10,7 +10,7 @@ interface HeaderLink { const HEADER_LINKS: HeaderLink[] = [ { url: "https://docs.triliumnotes.org/", text: "Documentation", external: true }, - { url: "/donate", text: "Support us" } + { url: "/support-us/", text: "Support us" } ] export function Header() { diff --git a/apps/website/src/index.tsx b/apps/website/src/index.tsx index 72527f4da..449102f83 100644 --- a/apps/website/src/index.tsx +++ b/apps/website/src/index.tsx @@ -6,7 +6,7 @@ import { NotFound } from './pages/_404.jsx'; import './style.css'; import Footer from './components/Footer.js'; import GetStarted from './pages/GetStarted/get-started.js'; -import Donate from './pages/Donate/Donate.js'; +import SupportUs from './pages/SupportUs/SupportUs.js'; export function App() { return ( @@ -17,7 +17,7 @@ export function App() { - +