fix(projects): servers external download link

This commit is contained in:
Konstantin Zhigaylo 2025-06-24 10:51:37 +03:00
parent 5e679a9883
commit 13f3a2c89d
No known key found for this signature in database
GPG Key ID: DD1C2780F0E05B5C

View File

@ -154,6 +154,7 @@ export default function Projects() {
key={server.name}
name={server.name}
externalDownload={server.externalDownload}
externalLink={server.externalLink}
authorId={server.authorId}
projectGit={server.projectGit}
description={server.description}