Skip to content

Commit

Permalink
New Logo (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaisarma authored Mar 18, 2019
1 parent 8a77c2e commit 082534a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/styles/top-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@

.navbar-logo {
img {
width: 186px;
height: 50px;
}
margin: $logo-vertical-space 0 $logo-vertical-space 22px;
margin: $logo-vertical-space 0 $logo-vertical-space 10px;
padding: 0;
}
.right-panel {
Expand Down
2 changes: 1 addition & 1 deletion app/templates/partials/-top-bar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="navbar-header">
<div class="navbar-logo">
{{#link-to "index"}}
<img src="/assets/images/logo.png" class="logo pull-left" alt="Bullet">
<img src="/assets/images/logo.svg" class="logo pull-left" alt="Bullet">
{{/link-to}}
</div>
</div>
Expand Down
Binary file removed public/assets/images/logo.png
Binary file not shown.
1 change: 1 addition & 0 deletions public/assets/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 082534a

Please sign in to comment.