Improve withheld message banner (#1167)
This commit is contained in:
parent
80530012b8
commit
d55f1163a2
@ -402,11 +402,9 @@
|
|||||||
:collapsed="collapsedChecklist"
|
:collapsed="collapsedChecklist"
|
||||||
:toggle-collapsed="() => (collapsedChecklist = !collapsedChecklist)"
|
:toggle-collapsed="() => (collapsedChecklist = !collapsedChecklist)"
|
||||||
/>
|
/>
|
||||||
<div v-if="project.status === 'withheld'" class="card warning" aria-label="Warning">
|
<div v-else-if="project.status === 'withheld'" class="card warning" aria-label="Warning">
|
||||||
{{ project.title }} is not viewable in search because it has been found to be in violation
|
{{ project.title }} has been removed from search by Modrinth's moderators. Please use
|
||||||
of one of <nuxt-link to="/legal/rules"> Modrinth's content rules </nuxt-link>. Modrinth
|
{{ project.title }} at your own risk.
|
||||||
makes no guarantees as to whether {{ project.title }} is safe for use in a multiplayer
|
|
||||||
context.
|
|
||||||
</div>
|
</div>
|
||||||
<div v-if="project.status === 'archived'" class="card warning" aria-label="Warning">
|
<div v-if="project.status === 'archived'" class="card warning" aria-label="Warning">
|
||||||
{{ project.title }} has been archived. {{ project.title }} will not receive any further
|
{{ project.title }} has been archived. {{ project.title }} will not receive any further
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user