feat:#39 fixed links in faq page

This commit is contained in:
survellow
2024-06-22 22:55:46 +02:00
parent 65af30e570
commit 1dbc877edd

View File

@@ -253,7 +253,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
{{$t("faqView.crossPromo." + promoPage + ".title") }} {{$t("faqView.crossPromo." + promoPage + ".title") }}
</div> </div>
<div class="p-card-subtitle text-base"> <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") }} {{$t("faqView.crossPromo." + promoPage + ".link") }}
</a> </a>
</div> </div>