forge/resources/views/components/warning.blade.php

5 lines
315 B
PHP
Raw Normal View History

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