Skip to content

Commit

Permalink
Change support link to the Contao support page
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Jun 12, 2024
1 parent ced4adc commit 2bc8eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/fragments/FooterFragment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<strong class="fragment-footer__product" v-if="!isLogin">Contao Manager @manager_version@</strong>
<ul class="fragment-footer__links">
<li><a href="https://docs.contao.org" target="_blank">{{ $t('ui.footer.help') }}</a></li>
<li><a href="https://github.com/contao/contao-manager/issues/new" target="_blank">{{ $t('ui.footer.reportProblem') }}</a></li>
<li><a href="https://to.contao.org/support" target="_blank">{{ $t('ui.footer.reportProblem') }}</a></li>
</ul>
<div class="fragment-footer__settings">
<div class="fragment-footer__language">
Expand Down

0 comments on commit 2bc8eed

Please sign in to comment.