Skip to content

Commit

Permalink
removing logos from Login
Browse files Browse the repository at this point in the history
  • Loading branch information
dianamariand92 committed Sep 7, 2020
1 parent 0eed7cd commit 4fbef7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/views/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
</v-form>
</v-card-text>
<v-card-actions>
<v-btn icon>
<!-- <v-btn icon>
<v-icon color="blue">fa fa-facebook-square fa-lg</v-icon>
</v-btn>
<v-btn icon>
<v-icon color="red">fa fa-google fa-lg</v-icon>
</v-btn>
<v-btn icon>
<v-icon color="light-blue">fa fa-twitter fa-lg</v-icon>
</v-btn>
</v-btn> -->
<v-spacer></v-spacer>
<v-btn block color="teal" dark @click.native="login()" :loading="loading">Login</v-btn>
</v-card-actions>
Expand Down

0 comments on commit 4fbef7e

Please sign in to comment.