Skip to content

Commit

Permalink
removing google plus branding from oauth
Browse files Browse the repository at this point in the history
  • Loading branch information
btouellette committed Jan 29, 2019
1 parent 009e49d commit 688abbf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions content/images/ui/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
body { padding-top: 80px; }
}
.fa-user, .fa-facebook, .fa-twitter, .fa-google-plus {
.fa-user, .fa-facebook, .fa-twitter, .fa-google {
top: 2px;
position: relative;
width: 16px;
Expand All @@ -34,7 +34,7 @@
<a href="/signup" class="btn btn-default"><svg class="fa-user"><use xlink:href="/content/images/ui/icons.svg#fa-user"></use></svg> Local Signup</a>
<a href="/auth/facebook" class="btn btn-primary"><svg class="fa-facebook" fill="white"><use xlink:href="/content/images/ui/icons.svg#fa-facebook"></use></svg> Facebook</a>
<a href="/auth/twitter" class="btn btn-info"><svg class="fa-twitter" fill="white"><use xlink:href="/content/images/ui/icons.svg#fa-twitter"></use></svg> Twitter</a>
<a href="/auth/google" class="btn btn-danger"><svg class="fa-google-plus" fill="white"><use xlink:href="/content/images/ui/icons.svg#fa-google-plus"></use></svg> Google+</a>
<a href="/auth/google" class="btn btn-danger"><svg class="fa-google" fill="white"><use xlink:href="/content/images/ui/icons.svg#fa-google"></use></svg> Google</a>
</div>
</div>
<script src="/content/js/standalone.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions views/profile.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
height: 36px;
}
.fa-user, .fa-facebook, .fa-twitter, .fa-google-plus {
.fa-user, .fa-facebook, .fa-twitter, .fa-google {
top: 4px;
position: relative;
width: 24px;
Expand Down Expand Up @@ -104,7 +104,7 @@
<!-- GOOGLE INFORMATION -->
<div class="col-sm-6">
<div class="well">
<h3 class="text-danger"><svg class="fa-google-plus" fill="#b94a48"><use xlink:href="/content/images/ui/icons.svg#fa-google-plus"></use></svg> Google+</h3>
<h3 class="text-danger"><svg class="fa-google" fill="#4285F4"><use xlink:href="/content/images/ui/icons.svg#fa-google"></use></svg> Google+</h3>

<% if (user.google.token) { %>
<p>
Expand Down

0 comments on commit 688abbf

Please sign in to comment.