Skip to content

Commit

Permalink
Change avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot-32 committed Nov 24, 2024
1 parent 7d05863 commit 369ba6a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed src/assets/images/avatar.jpg
Binary file not shown.
Binary file added src/assets/images/avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const navBarConfig: NavBarConfig = {
}

export const profileConfig: ProfileConfig = {
avatar: 'assets/images/avatar.jpg', // Relative to the /src directory. Relative to the /public directory if it starts with '/'
avatar: 'assets/images/avatar.png', // Relative to the /src directory. Relative to the /public directory if it starts with '/'
name: 'Elliot_404',
bio: 'Cybersecurity Learner',
links: [
Expand Down

0 comments on commit 369ba6a

Please sign in to comment.