Skip to content

Commit

Permalink
Update FAQ content with correct web app link
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Apr 13, 2024
1 parent 81b09f2 commit 6d710b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/organisms/FAQ.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
id: 1,
title: 'What platforms do we support?',
content: `LangX is available for free on <a href="https://apps.apple.com/us/app/langx-practice-learn-succeed/id6474187141" target="_blank" style="text-decoration-color: #ff723f;"><span style="color: #ff723f; font-weight: bold;">ios</span></a>, <a href="https://play.google.com/store/apps/details?id=tech.newchapter.languageXchange&pli=1" target="_blank" style="text-decoration-color: #ff723f;"><span style="color: #ff723f; font-weight: bold;">android</span></a> and on the <a href="/" target="_blank" style="text-decoration-color: #ff723f;"><span style="color: #ff723f; font-weight: bold;">web</span></a>.`,
content: `LangX is available for free on <a href="https://apps.apple.com/us/app/langx-practice-learn-succeed/id6474187141" target="_blank" style="text-decoration-color: #ff723f;"><span style="color: #ff723f; font-weight: bold;">ios</span></a>, <a href="https://play.google.com/store/apps/details?id=tech.newchapter.languageXchange" target="_blank" style="text-decoration-color: #ff723f;"><span style="color: #ff723f; font-weight: bold;">android</span></a> and on the <a href="https://app.langx.io" target="_blank" style="text-decoration-color: #ff723f;"><span style="color: #ff723f; font-weight: bold;">web app</span></a>.`,
isOpen: false
},
{
Expand Down

0 comments on commit 6d710b4

Please sign in to comment.