Skip to content

Commit

Permalink
fix(member.js): wrong avatar path
Browse files Browse the repository at this point in the history
Signed-off-by: Woshiluo Luo <[email protected]>
  • Loading branch information
woshiluo committed Sep 5, 2024
1 parent 8bef485 commit 83b8e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/config/member.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default [
{
id: "Lierry",
intro: "22级 / crypto",
avatar: require("../../images/avatar/Lierry.jpg")
avatar: require("../../images/avatar/Lierry.png"),
url: "#",
},
{
Expand Down

0 comments on commit 83b8e8e

Please sign in to comment.