Change external link to joinmobilizon to about page on register page

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2019-10-10 13:56:54 +02:00
parent cab4ebf64e
commit e56854f13b
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 3 additions and 3 deletions

View File

@ -17,9 +17,9 @@
<li>{{ $t('Other stuff…') }}</li> <li>{{ $t('Other stuff…') }}</li>
</ul> </ul>
</div> </div>
<i18n path="Learn more on" tag="p"> <router-link :to="{ name: RouteName.ABOUT }">
<a target="_blank" href="https://joinmobilizon.org">joinmobilizon.org</a> {{ $t('Learn more') }}
</i18n> </router-link>
<hr> <hr>
<div class="content"> <div class="content">
<h3 class="title">{{ $t('About this instance') }}</h3> <h3 class="title">{{ $t('About this instance') }}</h3>