Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

remove contact from note as contact for is removed for now #52

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions components/contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,10 @@ export default function Contact() {
<a className="underline" href="tel:+640272500625">
+640272500625
</a>{" "}
or
<p className="line-through"> using the form below</p> Please Read Note Below
</p>
<br />

<h1 className="text-2xl bg-font-bold">
There would be a form here however its currently going under a huge
rework and will be available soon
</h1>
<h1 className="text-2xl bg-font-bold"></h1>
{/* <form
className="mt-10 flex flex-col dark:text-black"
action={async (formData) => {
Expand Down