feat: add hx-get attribute to primary button in hero section

This commit is contained in:
Prad Nukala
2024-10-01 17:52:04 -04:00
parent 1f5c735b31
commit 730cda4390
5 changed files with 18 additions and 47 deletions
@@ -13,7 +13,6 @@ templ Modal(c echo.Context) {
:class="{ 'z-40': modalOpen }"
class="relative w-auto h-auto"
>
<button @click="modalOpen=true" class="inline-flex items-center justify-center h-10 px-4 py-2 text-sm font-medium transition-colors bg-white border rounded-md hover:bg-neutral-100 active:bg-white focus:bg-white focus:outline-none focus:ring-2 focus:ring-neutral-200/60 focus:ring-offset-2 disabled:opacity-50 disabled:pointer-events-none">Open</button>
<template x-teleport="body">
<div x-show="modalOpen" class="fixed top-0 left-0 z-[99] flex items-center justify-center w-screen h-screen" x-cloak>
<div