MErge with ali

This commit is contained in:
Vladislav Khorev 2024-04-10 20:31:01 +00:00
parent d9ac888d48
commit f38f7ad7bd

View File

@ -26,7 +26,7 @@ const ProfileAvatar: React.FC<IProfileAvatarProps> = ({
const [isDeleting, setIsDeleting] = useState<boolean>(false);
const [message, setMessage] = useState<boolean>(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<string>("");
const [loader, setLoader] = useState<boolean>(false);