mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-13 04:30:41 -05:00
Worked on: - Mod component templating - Added dark mode styles for homepage - Added benchmarking to the wolt import command - Added MySQL natural sort function Short todo: - Add updated time to mod component - Implement naturalsort function into homepage queries and measure performance difference - Migrate top navigation from old-build
5 lines
315 B
PHP
5 lines
315 B
PHP
<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
|
|
<em class="font-bold">heavy</em> construction. Expect nothing to work.</p>
|
|
</div>
|