Skip to content

Commit

Permalink
Update sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
MathyouMB committed Aug 5, 2024
1 parent 51167b0 commit 762d4ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/Sidebar/Sidebar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ const endSections = [
<div class="Sidebar__sections">
<div>
<img class="Sidebar__logo" src="/logo2.png" alt="CCSS Logo" />
<hr style="border-color: #f1f1f12e; margin-bottom: 0.2rem" />
<!-- <hr style="border-color: #f1f1f12e; margin-bottom: 0.2rem" /> -->
<SidebarItem
icon={"mdi mdi-school"}
title={"COMP 2804"}
title={"Home"}
link={"/comp2804"}
disabled={false}
/>
<hr style="border-color: #f1f1f12e; margin-top: 0.2rem" />
<!-- <hr style="border-color: #f1f1f12e; margin-top: 0.2rem" /> -->
{
sections.map((section) => (
<SidebarItem
Expand Down Expand Up @@ -90,14 +90,14 @@ const endSections = [

<div class="Sidebar__mobile">
<div class="Sidebar__mobile__inner">
<a href={"/"}>
<!-- <a href={"/"}>
<div class={`Sidebar__item`}>
<div class="Sidebar__item__icon">
<i class={"mdi mdi-school"}></i>
</div>
<div class="Sidebar__item__title">{"COMP 2804"}</div>
</div>
</a>
</a> -->
{
sections
.filter((section) => !section.disabled)
Expand Down

0 comments on commit 762d4ed

Please sign in to comment.