We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b0293 commit a9829f3Copy full SHA for a9829f3
src/pages/faq.js
@@ -170,10 +170,10 @@ function FaqPage({data}) {
170
</Obfuscate>
171
</li>
172
<li>
173
- <Obfuscate tel={`${config.phoneContact}`} style={{height: "auto"}} className="button fit">
+ <a href={`tel:${config.phoneContact}`} style={{height: "auto"}} className="button fit">
174
<p style={{margin: 0}}>{t('cta:buttons.call')}</p>
175
<p style={{margin: 0, opacity: .5, marginTop: "-15px"}}>{config.phoneContact.toString()}</p>
176
- </Obfuscate>
+ </a>
177
178
</ul>
179
</div>
0 commit comments