Skip to content

Commit

Permalink
Update SupportPage.component.js
Browse files Browse the repository at this point in the history
"report a bug"
  • Loading branch information
guaka authored Jan 26, 2024
1 parent e134806 commit 2408b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/support/client/components/SupportPage.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function SupportPage({ user }) {
<a href="/faq">{t('Frequently Asked Questions')}</a>
</li>
<li>
<a href="/faq/bugs-and-features">{t('Bugs & Features')}</a>
<a href="/faq/bugs-and-features">{t('Report a bug')}</a>
</li>
{user && (
<li>
Expand Down

0 comments on commit 2408b6c

Please sign in to comment.