Skip to content

Commit

Permalink
added search to mobile sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
jhilker98 committed Oct 12, 2023
1 parent 2d9db19 commit e4e6530
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/MobileSidebar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { Image } from "astro:assets";
import { type SocialLink } from "@types";
import "@fontsource/ibm-plex-sans/600.css";
import sidebar from "@assets/img/sidebar.svg";
import SearchWidget from "@components/SearchWidget.astro";
---

<aside
Expand Down Expand Up @@ -53,6 +54,7 @@ import sidebar from "@assets/img/sidebar.svg";
</div>
)
}
<SearchWidget />
<p class="absolute bottom-4 before:content-['©'] text-sm">
{`2021 - ${new Date().getFullYear()} ${SITE_META.author}`}
</p>
Expand Down

0 comments on commit e4e6530

Please sign in to comment.