Fix Downlaod buttons not going to /download

This commit is contained in:
Nima
2024-08-23 20:52:22 +03:30
parent f0c29781ba
commit 200c18f0eb
2 changed files with 4 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ export default function ReleaseNoteElement({ data }: { data: ReleaseNote }) {
</div>
<div className="flex flex-wrap items-center justify-center">
<Link href="/download">
<Button className="mt-12 w-fit mx-auto">Download zen now!</Button>
<Button className="mt-12 w-fit mx-auto">Download Zen now!</Button>
</Link>
</div>
</div>