mirror of
https://github.com/modrinth/code.git
synced 2026-08-24 16:44:51 +00:00
fix license field showing on server projects (#7031)
* fix license field showing on server projects * random commit to trigger CI hopefully?
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
## Modrinth Monorepo
|
||||
|
||||
Welcome to the Modrinth Monorepo, the primary codebase for the Modrinth web interface and app. It contains  lines of code and has  contributors!
|
||||
Welcome to the Modrinth Monorepo, the primary codebase for the Modrinth web interface and app. It contains  lines of code and has  contributors!
|
||||
|
||||
If you're not a developer and you've stumbled upon this repository, you can access the web interface on the [Modrinth website](https://modrinth.com) and download the latest release of the app [here](https://modrinth.com/app).
|
||||
|
||||
|
||||
@@ -469,6 +469,7 @@
|
||||
<ProjectSidebarDetails
|
||||
:project="project"
|
||||
:link-target="$external()"
|
||||
:hide-license="isServerProject"
|
||||
:show-followers="isServerProject"
|
||||
class="card flex-card"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user