Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Commit

Permalink
fix: wrong relative user image
Browse files Browse the repository at this point in the history
  • Loading branch information
Haoran committed Apr 19, 2021
1 parent 18878b2 commit be19572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion felafel/VfAvatarItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
props: {
link: {
type: String,
default: './user-circle-solid.svg',
default: '/user-circle-solid.svg',
},
middle: {
type: Boolean,
Expand Down

0 comments on commit be19572

Please sign in to comment.