Update profile.tsx

This commit is contained in:
Arjun Patel
2022-02-10 15:14:55 -08:00
parent 46198b9e69
commit bc9089d94d
+1 -1
View File
@@ -122,7 +122,7 @@ export default function Profile() {
Please change your google image to change this. Please change your google image to change this.
</span> </span>
<img <img
src={user ? user.avatarUrl : currUser!.photoURL} src={user ? user.avatarUrl : currUser!.photoURL!}
alt="asdf" alt="asdf"
className="rounded-lg mt-2" className="rounded-lg mt-2"
/> />