Unify notifications empty state

This commit is contained in:
Dennis Reimann 2024-07-27 11:56:23 +02:00
parent e52ebb9979
commit 209b79931f
No known key found for this signature in database
GPG Key ID: 5009E1797F03F8D0

View File

@ -48,7 +48,9 @@
else
{
<section class="container">
<p class="text-muted text-center py-4">There are no notifications, yet.</p>
<div class="box">
<p class="text-muted text-center py-4">There are no notifications, yet.</p>
</div>
</section>
}
}