forge/resources/views/components/section-border.blade.php
Refringe a2fb68ea93
Navigation Rework
Still needs some TLC with profile photos.
Continued work on the dark theme on the internal pages. More to come.
2024-06-22 21:55:20 -04:00

6 lines
145 B
PHP

<div class="hidden sm:block">
<div class="py-8">
<div class="border-t border-gray-200 dark:border-gray-800"></div>
</div>
</div>