theguild.dev for reference.
Our profiles have descriptions in the profile list view but not on the zoomed profile page.
Profile list view: the description for Antoine Estienne is "Grand master of the guild"
Profile view has no description displayed
ProfileDescription should be added to the profile page between action buttons and attestations ( write a separate ProfileDescription component that takes description as props).
Also the description form in the Create/Edit profile dialogs should be a larger text box with line return possible
This is the Dialog box now:

frontend/src/components/profiles/action-buttons/EditProfileDialog.tsx
frontend/src/components/profiles/action-buttons/CreateProfileDialog.tsx
Should be updated with description input
theguild.dev for reference.
Our profiles have descriptions in the profile list view but not on the zoomed profile page.
Profile list view: the description for Antoine Estienne is "Grand master of the guild"
Profile view has no description displayed
ProfileDescription should be added to the profile page between action buttons and attestations ( write a separate ProfileDescription component that takes description as props).
Also the description form in the Create/Edit profile dialogs should be a larger text box with line return possible

This is the Dialog box now:
frontend/src/components/profiles/action-buttons/EditProfileDialog.tsx
frontend/src/components/profiles/action-buttons/CreateProfileDialog.tsx
Should be updated with description input