Skip to content

Commit

Permalink
honeypot
Browse files Browse the repository at this point in the history
  • Loading branch information
b27b committed Nov 6, 2024
1 parent 05a3777 commit cef1d17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/(pages)/contact/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export default function Contact() {

{/* FORM */}
<form onSubmit={onSubmit} className="border-dashed border-2 border-accents-blue grid grid-flow-row gap-y-8 p-6">
<input type="checkbox" name="botcheck" className="hidden"/>
<div className="flex flex-col gap-4">
<p className="font-suse font-bold font-bodyLarge">Full Name</p>
<input
Expand Down

0 comments on commit cef1d17

Please sign in to comment.