Fixed login button style
This commit is contained in:
parent
be5eb52446
commit
90602e20ca
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<section class="home_section" ref="notLogged" v-if="!isLoggedIn">
|
<section class="home_section" ref="notLogged" v-if="!isLoggedIn">
|
||||||
<p id="home_not_logged_text">{{ $t('home.needTologin') }}</p>
|
<p id="home_not_logged_text">{{ $t('home.needTologin') }}</p>
|
||||||
<router-link tag="button" name="button" :to="{ name: 'Settings' }">
|
<router-link class="btn btn-primary" tag="button" name="button" :to="{ name: 'Settings' }">
|
||||||
{{ $t('home.openSettings') }}
|
{{ $t('home.openSettings') }}
|
||||||
</router-link>
|
</router-link>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
Reference in New Issue
Block a user