Skip to content

Commit

Permalink
Added the default profile picture
Browse files Browse the repository at this point in the history
  • Loading branch information
N7ghtm4r3 committed Jun 27, 2024
1 parent ee0f63e commit 64cecee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ public class User extends NeutronItem {
/**
* {@code DEFAULT_PROFILE_PIC} the default profile pic path when the user has not set own image
*/
//TODO: SET THE REAL DEFAULT PROFILE PIC
public static final String DEFAULT_PROFILE_PIC = "profiles/defProfilePic.jpg";
public static final String DEFAULT_PROFILE_PIC = "profiles/defProfilePic.png";

/**
* {@code LANGUAGE_KEY} the key for the <b>"language"</b> field
Expand Down
Binary file added images/defProfilePic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 64cecee

Please sign in to comment.