1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-10-03 04:11:54 +02:00

Add teams support

This commit is contained in:
Kamran Ahmed
2023-07-20 19:24:34 +01:00
parent bbe8125fc1
commit 03ba0c384b
101 changed files with 5612 additions and 182 deletions

View File

@@ -86,6 +86,8 @@ export function UpdateProfileForm() {
<p className="mt-2 text-gray-400">Update your profile details below.</p>
</div>
<UploadProfilePicture
type="avatar"
label="Profile picture"
avatarUrl={
avatar
? `${import.meta.env.PUBLIC_AVATAR_BASE_URL}/${avatar}`