mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-16 09:38:49 +02:00
feat:#39 fixed links in faq page
This commit is contained in:
@ -253,7 +253,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
{{$t("faqView.crossPromo." + promoPage + ".title") }}
|
||||
</div>
|
||||
<div class="p-card-subtitle text-base">
|
||||
<a href="{{ $t('faqView.crossPromo.' + promoPage + '.link') }}">
|
||||
<a :href="$t('faqView.crossPromo.' + promoPage + '.link')">
|
||||
{{$t("faqView.crossPromo." + promoPage + ".link") }}
|
||||
</a>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user