Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed Jul 17, 2024
1 parent 4491610 commit 7092162
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sites/labs/src/components/landing-page/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import AnimatedText from "./AnimatedText.svelte";
import Doodle from "./Doodle.svelte";
import { DISCORD_URL } from "@leaningtech/astro-theme/consts";
import ClientCarousel from "./ClientCarousel.svelte";
import Hero from "@leaningtech/hero/Hero.astro";
import Wrapper from "@leaningtech/hero/Hero.astro";
---

<Hero>
<Wrapper>
<div
class="w-full max-w-screen-xl px-4 sm:px-8 py-16 space-y-4 md:grid grid-cols-3"
>
Expand Down Expand Up @@ -49,4 +49,4 @@ import Hero from "@leaningtech/hero/Hero.astro";
<div class="p-16 w-full relative overflow-x-hidden">
<ClientCarousel client:idle />
</div>
</Hero>
</Wrapper>

0 comments on commit 7092162

Please sign in to comment.