wip
This commit is contained in:
@@ -4,7 +4,8 @@ import { Icon } from "astro-icon/components";
|
||||
import Layout from "~/layouts/Layout.astro";
|
||||
import Container from "~/components/Container.astro";
|
||||
import { Clients } from "~/components/Course";
|
||||
import Search from "./_components/Search.astro";
|
||||
//import Search from "./_components/Search.astro";
|
||||
import Search from "astro-pagefind/components/Search";
|
||||
|
||||
import mulhercomepi from "~/assets/mulher-com-epi.png";
|
||||
---
|
||||
@@ -35,7 +36,7 @@ import mulhercomepi from "~/assets/mulher-com-epi.png";
|
||||
class="size-6"
|
||||
/>
|
||||
</label>
|
||||
<Search />
|
||||
<Search uiOptions={{ showImages: false }} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user