mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
chore(website): rebrand donate to support us
This commit is contained in:
parent
0b1d001c20
commit
80009f99e8
@ -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() {
|
||||
|
@ -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() {
|
||||
<Route path="/" component={Home} />
|
||||
<Route default component={NotFound} />
|
||||
<Route path="/get-started" component={GetStarted} />
|
||||
<Route path="/donate" component={Donate} />
|
||||
<Route path="/support-us" component={SupportUs} />
|
||||
</Router>
|
||||
</main>
|
||||
<Footer />
|
||||
|
@ -1,5 +1,5 @@
|
||||
import Section from "../../components/Section";
|
||||
import "./Donate.css";
|
||||
import "./SupportUs.css";
|
||||
import githubIcon from "../../assets/boxicons/bx-github.svg?raw";
|
||||
import paypalIcon from "../../assets/boxicons/bx-paypal.svg?raw";
|
||||
import buyMeACoffeeIcon from "../../assets/boxicons/bx-buy-me-a-coffee.svg?raw";
|
Loading…
x
Reference in New Issue
Block a user