We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848d2f8 commit c2238dfCopy full SHA for c2238df
1 file changed
‎src/pages/contact-us.tsx‎
@@ -46,8 +46,17 @@ export default function ContactUs() {
46
title="AI-READI Contact Form"
47
aria-label="Contact form for feedback or collaboration"
48
>
49
- Your browser does not support iframes, or iframes are disabled.
50
- Please visit <a href="https://tally.so/r/mRqBLd" target="_blank" rel="noopener noreferrer">this link</a> to access the contact form.
+ Your browser does not support iframes, or iframes are disabled.
+ Please visit{` `}
51
+ <a
52
+ href="https://tally.so/r/mRqBLd"
53
+ target="_blank"
54
+ rel="noopener noreferrer"
55
+ >
56
+ this link
57
+ </a>
58
+ {` `}
59
+ to access the contact form.
60
</iframe>
61
</div>
62
</section>
0 commit comments