1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-02-15 05:58:46 -05:00
hypothetical/resources/views/dashboard/sections/footer.blade.php

3 lines
146 B
PHP

<footer class="dashboard-footer">
<a class="{{ $current_page == 'credits' ? 'active' : '' }}" href="/dashboard/credits">Credits</a>
</footer>