move the information about GRadido being free to the auth layout

This commit is contained in:
mahula 2022-11-07 14:22:07 +01:00
parent 4c6da8f4d4
commit 7e57c7d155
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,6 @@
<b-button variant="primary" :to="register">
{{ $t('gdd_per_link.to-register') }}
</b-button>
<p class="mt-3">{{ $t('gdd_per_link.isFree') }}</p>
</b-col>
<b-col sm="12" md="6" class="mt-xs-6 mt-sm-6 mt-md-0">
<p>{{ $t('gdd_per_link.has-account') }}</p>

View File

@ -70,6 +70,7 @@
</b-row>
<b-card-body class="">
<router-view></router-view>
<p class="mt-3">{{ $t('gdd_per_link.isFree') }}</p>
</b-card-body>
</b-card>
</div>