diff --git a/src/features/ProfileAvatar/ProfileAvatar.tsx b/src/features/ProfileAvatar/ProfileAvatar.tsx index a9cf26c..c37d32a 100644 --- a/src/features/ProfileAvatar/ProfileAvatar.tsx +++ b/src/features/ProfileAvatar/ProfileAvatar.tsx @@ -26,7 +26,7 @@ const ProfileAvatar: React.FC = ({ const [isDeleting, setIsDeleting] = useState(false); const [message, setMessage] = useState(false); const def = - "https://api.kgroaduat.fishrungames.com/media/user_photo/default.webp"; + "https://api.kgroad.org/media/user_photo/default.webp"; const [success, setSuccess] = useState(""); const [loader, setLoader] = useState(false);