Skip to content

Commit d535e67

Browse files
authored
Merge pull request #73 from MinorityProgrammers/ft-profile-dresume
expanded metadata
2 parents fcda28b + 16c773d commit d535e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ProfileTwo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ const ProfileTwo = function ({ userData, isLoggedIn, ownsProfile }) {
465465
name: `${userData.firstName} ${userData.lastName}`,
466466
image: file.ipfs() || '',
467467
description: userData?.bio || '',
468-
attributes: userData.avatarOptions,
468+
attributes: [userData.avatarOptions, enrolledCourses, projectCards, educationCards],
469469
};
470470

471471
const JsonFormat = JSON.stringify(metadata);

0 commit comments

Comments
 (0)