typo fixes and code improvements
This commit is contained in:
committed by
GitHub
parent
ac4019e5d1
commit
96d14cecad
@@ -13,13 +13,14 @@ const Profile = () => {
|
||||
className="px-5"
|
||||
contentContainerStyle={{ paddingBottom: 120 }}
|
||||
>
|
||||
<Text className="text-2xl font-JakartaBold my-5">My profile</Text>
|
||||
<Text className="text-2xl font-JakartaBold my-5">My Profile</Text>
|
||||
|
||||
<View className="flex items-center justify-center my-5">
|
||||
<Image
|
||||
source={{
|
||||
uri: user?.externalAccounts[0]?.imageUrl ?? user?.imageUrl,
|
||||
}}
|
||||
alt="Your Avatar"
|
||||
style={{ width: 110, height: 110, borderRadius: 110 / 2 }}
|
||||
className=" rounded-full h-[110px] w-[110px] border-[3px] border-white shadow-sm shadow-neutral-300"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user