Skip to content

Commit

Permalink
remove search module
Browse files Browse the repository at this point in the history
  • Loading branch information
halsk committed Dec 15, 2023
1 parent 2fa6a6d commit 288c5cf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 491 deletions.
2 changes: 0 additions & 2 deletions src/layouts/Base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import Footer from "@/partials/Footer.astro";
import Header from "@/partials/Header.astro";
import "@/styles/main.scss";
import { ViewTransitions } from "astro:transitions";
import SearchModal from "./helpers/SearchModal";
// font families
const pf = theme.fonts.font_family.primary;
Expand Down Expand Up @@ -146,7 +145,6 @@ const { title, meta_title, description, image, noindex, canonical } =
<body>
<TwSizeIndicator />
<Header />
<SearchModal client:load />
<main id="main-content">
<slot />
</main>
Expand Down
229 changes: 0 additions & 229 deletions src/layouts/helpers/SearchModal.tsx

This file was deleted.

Loading

0 comments on commit 288c5cf

Please sign in to comment.