Fix legal notice link

This commit is contained in:
Chocobozzz 2022-12-21 09:16:36 +01:00
parent b4a218b331
commit 3f888cd105
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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>