Skip to content

Commit

Permalink
wa
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhil56x committed Aug 6, 2024
1 parent 15d7b79 commit 9d60039
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/form/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,15 @@ export default function FormPage() {
<p className="mt-6 text-md md:text-xl">
Thank you for applying! We got your application
</p>
<p className="mt-2 text-xs md:text-base">
<a
href="https://chat.whatsapp.com/EsOWpciK0OGCS1fzQyB08l"
className="text-blue-400"
>
Click here!
</a>{" "}
to join our WhatsApp group for further updates
</p>
</div>
) : (
<div className="flex flex-col space-y-4 mt-6">
Expand Down

0 comments on commit 9d60039

Please sign in to comment.