Skip to content

Commit a9829f3

Browse files
committed
chore: Deobfuscating phone.
1 parent e6b0293 commit a9829f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/faq.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@ function FaqPage({data}) {
170170
</Obfuscate>
171171
</li>
172172
<li>
173-
<Obfuscate tel={`${config.phoneContact}`} style={{height: "auto"}} className="button fit">
173+
<a href={`tel:${config.phoneContact}`} style={{height: "auto"}} className="button fit">
174174
<p style={{margin: 0}}>{t('cta:buttons.call')}</p>
175175
<p style={{margin: 0, opacity: .5, marginTop: "-15px"}}>{config.phoneContact.toString()}</p>
176-
</Obfuscate>
176+
</a>
177177
</li>
178178
</ul>
179179
</div>

0 commit comments

Comments
 (0)