Skip to content

Commit

Permalink
header categories fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciframa committed Aug 4, 2024
1 parent d517621 commit 518fe50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fitmo_frontend/src/views/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
params: { categoryname: child.url_path.split('/') },
}"
>
<img :src="imageBasePath + child.image_path" alt="" />
<img :src="this.imageBasePath + child.image_path" alt="" />
{{ child.name }}
</router-link>
</li>
Expand Down

0 comments on commit 518fe50

Please sign in to comment.