Skip to content

Commit 2a9dd4a

Browse files
author
Yeliazar
committed
updated Login Example
1 parent 1d3c09f commit 2a9dd4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/Extra/LoginExample/LoginExample.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<b-alert class="alert-sm text-center mt-2" variant="secondary" show>
1414
This is a real app with Node.js backend - use
1515
<br/>
16-
<span class="font-weight-bold">"[email protected] / password"</span>
16+
<span class="fw-bold">"[email protected] / password"</span>
1717
<br/>
1818
to login!
1919
</b-alert>
@@ -27,7 +27,7 @@
2727
<b-button type="submit" size="sm" class="auth-btn mb-3" variant="info">Login</b-button>
2828
<p class="widget-auth-info">or sign in with</p>
2929
<div class="social-buttons">
30-
<b-button @click="login" variant="primary" class="social-button mb-2">
30+
<b-button @click="login" variant="primary" class="social-button mb-2 text-white">
3131
<i class="social-icon social-google"></i>
3232
<p class="social-text">GOOGLE</p>
3333
</b-button>

0 commit comments

Comments
 (0)