Skip to content

Commit

Permalink
Battery logo and favicon added
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzynda committed Apr 14, 2023
1 parent d438a8b commit ca0b163
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 44 deletions.
Binary file modified public/favicon.ico
Binary file not shown.
3 changes: 2 additions & 1 deletion src/components/general/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
>
<v-col class="v-col-auto logo-container d-flex align-center">
<router-link to="/">
<img :src="BatteryLogo" alt="logo" class="logo" />
<!-- To change the logo simply replace "CatenaLogo" with "BatteryLogo" in :src -->
<img :src="CatenaLogo" alt="logo" class="logo" />
</router-link>
</v-col>
<v-col class="content d-flex justify-between align-center">
Expand Down
Loading

0 comments on commit ca0b163

Please sign in to comment.