update warning banner again

This commit is contained in:
tdgao
2026-03-11 13:33:15 -06:00
parent 28c784a658
commit cb82370712
2 changed files with 20 additions and 6 deletions
@@ -8,9 +8,16 @@
</div>
</template>
<div class="flex flex-col gap-4">
<Admonition type="warning" header="Selling projects is against TOS">
Selling projects violates Modrinths Terms of Use and may lead to moderation actions,
including project removal or account suspension.
<Admonition type="warning" header="Beware of scams">
Do not transfer projects to buyers. This is a common scam and against our TOS. If you
encounter a buyer, please
<a
href="https://support.modrinth.com"
target="_blank"
rel="noopener noreferrer"
class="underline"
>contact support</a
>.
</Admonition>
<div
class="grid grid-cols-[1fr_auto_1fr] items-center justify-center gap-6 rounded-2xl bg-surface-2 p-4"