Couple nav updates

This commit is contained in:
2024-12-07 22:45:23 -05:00
parent 0a4a0e2e75
commit 116393aca6
2 changed files with 5 additions and 15 deletions

View File

@ -2,7 +2,7 @@
<!-- Navbar -->
<nav class="navbar navbar-expand-lg blur border-radius-xl top-0 z-index-3 shadow position-absolute my-3 py-2 start-0 end-0 mx-4">
<div class="container-fluid ps-2 pe-0">
<a class="navbar-brand font-weight-bolder ms-lg-0 ms-3 " href="../pages/dashboard.html">
<a class="navbar-brand font-weight-bolder ms-lg-0 ms-3 " href="/index.php/dashboard">
CM Tracker
</a>
<button class="navbar-toggler shadow-none ms-2" type="button" data-bs-toggle="collapse" data-bs-target="#navigation" aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
@ -18,7 +18,7 @@
<!-- @todo only display when logged in -->
{% if app.user %}
<li class="nav-item">
<a class="nav-link d-flex align-items-center me-2 active" aria-current="page" href="/index.php/">
<a class="nav-link d-flex align-items-center me-2 active" aria-current="page" href="/index.php/dashboard">
<i class="fa fa-chart-pie opacity-6 text-dark me-1"></i>
Dashboard
</a>
@ -45,17 +45,7 @@
</li>
{% endif %}
</ul>
<ul
class="navbar-nav d-lg-flex d-none"><!--
replace with other link
<li class="nav-item d-flex align-items-center">
<a class="btn btn-outline-primary btn-sm mb-0 me-2" target="_blank" href="https://www.creative-tim.com/builder?ref=navbar-material-dashboard">Online Builder</a>
</li>
<li class="nav-item">
<a href="https://www.creative-tim.com/product/material-dashboard" class="btn btn-sm mb-0 me-1 bg-gradient-dark">Free download</a>
</li>
-->
</ul>
<ul class="navbar-nav d-lg-flex d-none"></ul>
</div>
</div>
</nav>