chore(website): fix page title

This commit is contained in:
Elian Doran 2025-09-30 19:46:47 +03:00
parent bf04e5a15b
commit 2de545be1c
No known key found for this signature in database

View File

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