mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-27 15:05:38 -04:00
[faq] link to FAQ on the contact page
This commit is contained in:
parent
430d1fc991
commit
bbdd5c618d
@ -6,6 +6,12 @@
|
||||
</h2>
|
||||
|
||||
<section>
|
||||
<nuxt-link v-if="config.faq.enabled" :to="`/${config.faq.route}`"
|
||||
class="btn btn-outline-primary border m-1"
|
||||
>
|
||||
<Icon v="map-marker-question"/>
|
||||
<T>faq.header</T>
|
||||
</nuxt-link>
|
||||
<a v-for="link in [...config.contact.contacts, ...config.links.socials]" :key="link.url"
|
||||
:href="link.url" target="_blank" rel="noopener"
|
||||
class="btn btn-outline-primary border m-1">
|
||||
|
Loading…
x
Reference in New Issue
Block a user