structure/first-structure #1

Merged
taarly merged 19 commits from structure/first-structure into main 2025-11-17 14:00:02 +00:00
Showing only changes of commit cea7419298 - Show all commits

View File

@ -39,7 +39,7 @@ require_once __DIR__ . '/../app/Helpers/AuthenticatedUserHelper.php';
<ul class="navbar-nav bg-gradient-primary sidebar sidebar-dark accordion" id="accordionSidebar">
<!-- Sidebar - Brand -->
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="dashboard.php">
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="views/dashboard.php">
<div class="sidebar-brand-icon rotate-n-15">
<i class="fas fa-laugh-wink"></i>
</div>
@ -51,7 +51,7 @@ require_once __DIR__ . '/../app/Helpers/AuthenticatedUserHelper.php';
<!-- Nav Item - Dashboard -->
<li class="nav-item">
<a class="nav-link" href="dashboard.php">
<a class="nav-link" href="views/dashboard.php">
<i class="fas fa-fw fa-tachometer-alt"></i>
<span>Dashboard</span></a>
</li>