We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e3cb7 commit 0a76fa5Copy full SHA for 0a76fa5
1 file changed
src/components/vcard/contact-page.tsx
@@ -140,18 +140,11 @@ export default function ContactPage() {
140
</FormItem>
141
)}
142
/>
143
- <a
144
- href="https://wa.me/917895840255"
145
- target="_blank"
146
- rel="noopener noreferrer"
147
- >
148
<Button
149
type="button"
150
className="rounded-lg bg-accent px-6 py-3 text-accent-foreground hover:bg-accent/90"
151
>
152
- Chat on WhatsApp
153
</Button>
154
- </a>
155
156
<Send className="mr-2 h-4 w-4" />
157
<span>{isSubmitting ? 'Sending...' : 'Send Message'}</span>
0 commit comments