Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Jul 2, 2024
1 parent 22148d0 commit 67a211d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/topnavbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- Topbar Navbar -->
<ul class="navbar-nav ms-auto ms-md-0 me-3 me-lg-4">
<li class="nav-item ms-4">
<a class="nav-link<?php $pageName === 'index' ? ' active b' : '' ?>" href="index.php"><?php echo _('Calendars'); ?></a>
<a class="nav-link<?php $pageName === 'index' ? ' active' : '' ?>" href="index.php"><?php echo _('Calendars'); ?></a>
</li>
<li class="nav-item ms-4">
<a class="nav-link<?php $pageName === 'resources' ? ' active' : '' ?>" href="resources.php"><?php echo _('Resources'); ?></a>
Expand Down

0 comments on commit 67a211d

Please sign in to comment.