Skip to content

Commit

Permalink
Fix dead link (#891)
Browse files Browse the repository at this point in the history
The FAQ link didn't point anywhere
  • Loading branch information
nmattia authored Sep 15, 2022
1 parent 1f0c26d commit f76e36c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/frontend/src/flows/authenticate/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,13 @@ const pageContent = (
<a class="t-link" id="manageButton">Manage Anchor</a>
</li>
<li>
<a class="t-link">FAQ</a>
<a
class="t-link"
href="/faq"
target="_blank"
rel="noopener noreferrer"
>FAQ</a
>
</li>
</ul>
</div>
Expand Down

0 comments on commit f76e36c

Please sign in to comment.