feat(website): add link to older versions

This commit is contained in:
Elian Doran
2025-09-27 22:23:10 +03:00
parent 1f71ceb611
commit f991276152
2 changed files with 15 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ export default function DownloadPage() {
return (
<>
<Section title={`Download the desktop application (v${packageJson.version})`} className="fill accented">
<Section title={`Download the desktop application (v${packageJson.version})`} className="fill accented download-desktop">
<div className="architecture-switch">
<span>Architecture:</span>
@@ -33,6 +33,10 @@ export default function DownloadPage() {
<div className="grid-3-cols download-desktop">
{Object.entries(downloadMatrix.desktop).map(entry => <DownloadCard app="desktop" arch={currentArch} entry={entry} />)}
</div>
<div class="download-footer">
<Link href="https://github.com/TriliumNext/Trilium/releases/" openExternally>See older releases</Link>
</div>
</Section>
<Section title="Set up a server for access on multiple devices">