forge/resources/views/components/warning.blade.php
2024-05-17 17:11:54 -04:00

5 lines
276 B
PHP

<div class="items-center justify-between gap-x-6 bg-gray-900 px-6 py-2.5 sm:pr-3.5 lg:pl-8">
<p class="text-center text-sm leading-6 text-white">Notice: The Forge is currently under
<em class="font-bold">heavy</em> construction. Expect nothing to work.</p>
</div>