Style boost

This commit is contained in:
2024-11-16 21:39:17 -06:00
parent 48ab8f7964
commit b5c6b8244d
5 changed files with 59 additions and 69 deletions

View File

@@ -21,11 +21,11 @@
@if (string.IsNullOrEmpty(Name))
{
<div>Empty Seat</div>
<p>Empty Seat</p>
}
else
{
<div>@Name</div>
<p>@Name</p>
}
</div>