add fuse
This commit is contained in:
@@ -30,8 +30,7 @@ const { items = [] } = Astro.props;
|
||||
class="snap-center flex-shrink-0 max-lg:w-full flex justify-center itens-center"
|
||||
id={`slide${idx + 1}`}
|
||||
>
|
||||
<Component />
|
||||
<!-- <Component class="size-48 lg:size-38 fill-white" /> -->
|
||||
<Component class="size-48 lg:size-38 fill-white" />
|
||||
</div>
|
||||
))
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
import Container from "~/components/Container.astro";
|
||||
import Form from "./_Contact.jsx";
|
||||
import Form from "./Contact.jsx";
|
||||
---
|
||||
|
||||
<Container id="contato">
|
||||
|
||||
Reference in New Issue
Block a user