finish
This commit is contained in:
@@ -135,8 +135,11 @@ const currency = new Intl.NumberFormat("pt-BR", {
|
||||
|
||||
connectedCallback() {
|
||||
document.addEventListener("click", this.handleClickOutside);
|
||||
|
||||
const button = document.querySelector(
|
||||
"[data-toggle=buy]",
|
||||
) as HTMLButtonElement;
|
||||
const form = this.querySelector("form") as HTMLFormElement;
|
||||
|
||||
form.addEventListener("submit", (e) => {
|
||||
e.preventDefault();
|
||||
|
||||
@@ -145,6 +148,7 @@ const currency = new Intl.NumberFormat("pt-BR", {
|
||||
) as HTMLInputElement;
|
||||
|
||||
if (radio.value === "SINGLE") {
|
||||
button?.click();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ import homemdenegocios from "~/assets/homem-de-negocios.png";
|
||||
data-toggle="modal"
|
||||
data-target="#solutionmodal"
|
||||
data-detail="Agendar uma demonstração"
|
||||
class="text-blue-400 underline hover:no-underline"
|
||||
class="text-blue-400 underline hover:no-underline cursor-pointer"
|
||||
>
|
||||
Agendar uma demonstração
|
||||
</button>
|
||||
|
||||
@@ -12,7 +12,8 @@ import Container from "~/components/Container.astro";
|
||||
<div class="ml-auto">
|
||||
<a
|
||||
href="//app.betaeducacao.com.br"
|
||||
class="flex gap-1 items-center hover:outline rounded-xs"
|
||||
class="flex gap-1 items-center hover:outline outline-offset-2 rounded-xs"
|
||||
target="_blank"
|
||||
>
|
||||
<Icon
|
||||
name="arrow-left-end-on-rectangle"
|
||||
|
||||
Reference in New Issue
Block a user