wipo
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
import { Icon } from "astro-icon/components";
|
||||
import Container from "~/components/Container.astro";
|
||||
import Form from "./Contact.jsx";
|
||||
import Contact from "./Contact.jsx";
|
||||
---
|
||||
|
||||
<div
|
||||
@@ -27,7 +27,7 @@ import Form from "./Contact.jsx";
|
||||
{/* Close button */}
|
||||
<button
|
||||
x-on:click="open = false"
|
||||
class="cursor-pointer absolute top-2.5 right-2.5 lg:top-5 lg:right-5 border border-white rounded-full"
|
||||
class="cursor-pointer absolute top-2.5 right-2.5 lg:top-5 lg:right-5 border border-white rounded-full p-px"
|
||||
>
|
||||
<Icon name="x-mark" class="size-4" />
|
||||
</button>
|
||||
@@ -35,7 +35,7 @@ import Form from "./Contact.jsx";
|
||||
<h1 class="text-3xl lg:text-4xl font-medium">
|
||||
Preencha os dados da sua empresa
|
||||
</h1>
|
||||
<Form client:load />
|
||||
<Contact url={Astro.request.url} client:load />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user