Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 55caf16

Browse files
authored
Apply the new default profile picture path to chat.js
1 parent 7a2037d commit 55caf16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ var stunServerList = [
12521252
try {
12531253
await (async function () {
12541254
var warningColor = "var(--server-notifcation-color)";
1255-
var defaultProfile = "default-profile.svg";
1255+
var defaultProfile = "defaultpfp.svg";
12561256
window.profilePicture = defaultProfile;
12571257
window.serverProfilePicture = "warningsign.svg";
12581258

0 commit comments

Comments
 (0)