chore(website): rebrand donate to support us

This commit is contained in:
Elian Doran
2025-09-27 17:03:39 +03:00
parent 0b1d001c20
commit 80009f99e8
4 changed files with 4 additions and 4 deletions

View File

@@ -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() {