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}
|
||||
name={server.name}
|
||||
externalDownload={server.externalDownload}
|
||||
externalLink={server.externalLink}
|
||||
authorId={server.authorId}
|
||||
projectGit={server.projectGit}
|
||||
description={server.description}
|
||||
|
Loading…
x
Reference in New Issue
Block a user