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:
Prospector
2026-08-07 13:20:13 -07:00
committed by GitHub
parent 2e8aaa31be
commit 9181c155e0
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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](https://img.shields.io/endpoint?url=https://loctopus.creeperkatze.dev/github/modrinth/code/badge%3Fformat%3Dhuman&logoColor=white&color=black&label=) lines of code and has ![Contributors](https://img.shields.io/github/contributors/Modrinth/code?color=black&label=) contributors!
Welcome to the Modrinth Monorepo, the primary codebase for the Modrinth web interface and app. It contains ![Lines of code](https://img.shields.io/endpoint?url=https://loctopus.creeperkatze.dev/github/modrinth/code/badge%3Fformat%3Dhuman&logoColor=white&color=black&label=) lines of code and has ![Contributors](https://img.shields.io/github/contributors/Modrinth/code?color=black&label=) 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"
/>