mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
chore(website): fix page title
This commit is contained in:
parent
bf04e5a15b
commit
2de545be1c
@ -11,7 +11,7 @@ import packageJson from "../../../../../package.json" with { type: "json" };
|
|||||||
|
|
||||||
export default function DownloadPage() {
|
export default function DownloadPage() {
|
||||||
const [ currentArch, setCurrentArch ] = useState(getArchitecture() ?? "x64");
|
const [ currentArch, setCurrentArch ] = useState(getArchitecture() ?? "x64");
|
||||||
usePageTitle("Download");
|
usePageTitle("Get started");
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user