Skip to content

Commit

Permalink
temp removal of calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
acocalypso committed Sep 16, 2024
1 parent c3ab5cf commit b29df19
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions src/components/shared/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,6 @@ export default function Nav() {
</Link>
</div>
</div>
<li className="nav-item">
<Link
className="nav-link active"
aria-current="page"
href="/astro-calendar"
>
{t("cNavAstronomyCalendar")}
</Link>
</li>
<li className="nav-item">
<Link
className="nav-link active"
Expand Down Expand Up @@ -191,3 +182,16 @@ export default function Nav() {
</>
);
}
/*
<!--
<li className="nav-item">
<Link
className="nav-link active"
aria-current="page"
href="/astro-calendar"
>
{t("cNavAstronomyCalendar")}
</Link>
</li>
-->
*/

0 comments on commit b29df19

Please sign in to comment.