fix: Have the URL be the project URL itself
(I think, doesn't seem to work for the waffle though, probably because of the staging API :/)
This commit is contained in:
parent
5ea8cec16f
commit
9899a0e098
3 changed files with 3 additions and 1 deletions
|
@ -219,7 +219,7 @@ void ModrinthPage::updateUI()
|
|||
if (current.extra.sourceUrl.isEmpty())
|
||||
text = current.name;
|
||||
else
|
||||
text = "<a href=\"" + current.extra.sourceUrl + "\">" + current.name + "</a>";
|
||||
text = "<a href=\"" + current.extra.projectUrl + "\">" + current.name + "</a>";
|
||||
|
||||
if (!current.authors.empty()) {
|
||||
// TODO: Implement multiple authors with links
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue