Skip to content

Commit

Permalink
Merge 486c837 into b76366c
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Paz committed Jul 9, 2018
2 parents b76366c + 486c837 commit ceccfd9
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 18 deletions.
Binary file removed src/assets/imgs/logo-white.png
Binary file not shown.
81 changes: 65 additions & 16 deletions src/assets/imgs/logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/shared/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="level-item">
<div class="topbar-brand">
<router-link to="/">
<img src="@/assets/imgs/logo-white.png" alt="bothub">
<img src="@/assets/imgs/logo-white.svg" alt="bothub">
</router-link>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/SiteFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="columns">
<div class="column">
<div class="footer-item footer-brand">
<img src="~@/assets/imgs/logo-white.png" alt="bothub" />
<img src="~@/assets/imgs/logo-white.svg" alt="bothub" />
</div>
<ul class="footer-item">
<li><a href="#">Terms &amp; conditions</a></li>
Expand Down

0 comments on commit ceccfd9

Please sign in to comment.