Skip to content

Commit

Permalink
fix: replace uncompressed PNG wrapped in SVG with unwrapped compresse…
Browse files Browse the repository at this point in the history
…d PNG (#289)

Co-authored-by: Дилян Палаузов <[email protected]>
  • Loading branch information
dilyanpalauzov and dilyanpalauzov authored Apr 17, 2020
1 parent e229ed2 commit f2d3949
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 769 deletions.
2 changes: 1 addition & 1 deletion src/components/layout/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<font-awesome-icon icon="bars" aria-hidden="true" v-show="!sidebar.hidden" />
</a>
<a href="/" class="logo">
<img src="../../images/AEGEE_logo.svg" class="image">
<img src="../../images/AEGEE_logo.png" class="image">
</a>
<a role="button" class="navbar-burger burger" @click="toggleNavbarMenu({opened: !navbar.menuOpened})">
<span aria-hidden="true">
Expand Down
Binary file added src/images/AEGEE_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f2d3949

Please sign in to comment.