Fix legal notice link
This commit is contained in:
parent
b4a218b331
commit
3f888cd105
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
<a class="peertube-link text-center mx-3" href="https://framagit.org/framasoft/peertube/search-index/" target="_blank">{{ $gettext('Search Index source code') }}</a>
|
<a class="peertube-link text-center mx-3" href="https://framagit.org/framasoft/peertube/search-index/" target="_blank">{{ $gettext('Search Index source code') }}</a>
|
||||||
|
|
||||||
<a v-if="legalNoticesUrl" :href="legalNoticesUrl" target="_blank">{{ $gettext('Legal notices') }}</a>
|
<a v-if="legalNoticesUrl" class="peertube-link text-center mx-3" :href="legalNoticesUrl" target="_blank">{{ $gettext('Legal notices') }}</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue