Skip to content

Commit 95d7351

Browse files
committed
fix logo path
1 parent ac785b9 commit 95d7351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import GithubIcon from './icons/GithubIcon.vue'
1010
<img
1111
alt="Vue logo"
1212
class="logo"
13-
src="./assets/logo.svg"
13+
src="./../assets/logo.svg"
1414
width="30"
1515
height="30"
1616
/>

0 commit comments

Comments
 (0)