Merge pull request 'temporarily remove contact form' (#6) from dev into main
All checks were successful
deploy / deploy (push) Successful in 47s

Reviewed-on: #6
This commit is contained in:
Nick Seguin 2024-02-25 20:13:02 -06:00
commit e9a7099e25

View file

@ -65,33 +65,20 @@
GitHub
</span>
</a>
<button
@onclick="() => ContactForm.Toggle()"
<a
href="mailto:mail@nseguin.dev"
class="group relative rounded-2xl px-6 py-4 text-sm font-semibold leading-6 text-nord-1 sm:py-6">
<span class="absolute inset-0 rounded-2xl bg-slate-50 transition group-hover:bg-slate-100 sm:group-hover:scale-105">
</span>
<span class="relative flex items-center gap-4 sm:flex-col text-black">
<div class="w-6 h-6">
<HeroIcon Kind="HeroIcon.Envelope"/>
</div>
Contact
</span>
</button>
</a>
</div>
</div>
</div>
<div class="flex">
<div class="w-full sm:w-auto">
<ContactForm Id="contact-form" @ref="ContactForm"/>
</div>
</div>
</div>
</div>
@code {
public ContactForm ContactForm { get; set; }
}
</div>