remove duplicated sandbox message

This commit is contained in:
Frede Hundewadt 2023-09-29 08:05:35 +02:00
parent 775ccc6818
commit 71aeb5f0ad

View file

@ -18,7 +18,7 @@
@if (_app!.Sandbox)
{
<div class="badge text-bg-danger mx-3 pt-3 pb-2 pe-2 ps-2">DEMO SANDKASSE</div>
<div class="badge text-bg-danger pt-3 pb-2 pe-2 ps-2">DEMO</div>
}
@code
{