fix(projects): servers external download link
This commit is contained in:
parent
5e679a9883
commit
13f3a2c89d
@ -154,6 +154,7 @@ export default function Projects() {
|
|||||||
key={server.name}
|
key={server.name}
|
||||||
name={server.name}
|
name={server.name}
|
||||||
externalDownload={server.externalDownload}
|
externalDownload={server.externalDownload}
|
||||||
|
externalLink={server.externalLink}
|
||||||
authorId={server.authorId}
|
authorId={server.authorId}
|
||||||
projectGit={server.projectGit}
|
projectGit={server.projectGit}
|
||||||
description={server.description}
|
description={server.description}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user