Skip to content

Commit

Permalink
fix src for image
Browse files Browse the repository at this point in the history
  • Loading branch information
vol4tim committed May 13, 2024
1 parent 5337a52 commit ebc64e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header/Header.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<header class="flexline space-between">
<div class="flexline align-start">
<router-link to="/" class="appicon"><img alt="App logo" src="app-icon-512.png" /></router-link>
<router-link to="/" class="appicon"><img alt="App logo" src="../../../public/app-icon-512.png" /></router-link>
<b class="text-changabletheme" v-if="countPoints > 0">{{$t('loadedsesnsors')}}: {{countPoints}}</b>
</div>

Expand Down

0 comments on commit ebc64e2

Please sign in to comment.