Skip to content

Commit 0a76fa5

Browse files
authored
Update contact-page.tsx
1 parent 86e3cb7 commit 0a76fa5

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/components/vcard/contact-page.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -140,18 +140,11 @@ export default function ContactPage() {
140140
</FormItem>
141141
)}
142142
/>
143-
<a
144-
href="https://wa.me/917895840255"
145-
target="_blank"
146-
rel="noopener noreferrer"
147-
>
148143
<Button
149144
type="button"
150145
className="rounded-lg bg-accent px-6 py-3 text-accent-foreground hover:bg-accent/90"
151146
>
152-
Chat on WhatsApp
153147
</Button>
154-
</a>
155148

156149
<Send className="mr-2 h-4 w-4" />
157150
<span>{isSubmitting ? 'Sending...' : 'Send Message'}</span>

0 commit comments

Comments
 (0)