diff --git a/compass/components/page/Drawer.tsx b/compass/components/page/Drawer.tsx index b22ac8a..5697235 100644 --- a/compass/components/page/Drawer.tsx +++ b/compass/components/page/Drawer.tsx @@ -119,12 +119,9 @@ const Drawer: FunctionComponent = ({ title, children, onSave, edita const favoriteIcon = isFavorite ? : - // const buttonStyle = `ml-2 uppercase opacity-0 group-hover:opacity-100 text-gray-500 font-medium border bg-white ${isOpen ? `border-gray-200` : ``} shadow hover:bg-gray-50 p-2 rounded-md` - return (
- {/* } text="Open" onClick={() => handleCardClick("Resources", )}/> */}
@@ -150,18 +147,25 @@ const Drawer: FunctionComponent = ({ title, children, onSave, edita - Username - {rowContent.username} + Username + + - Role - {rowContent.role} + Role + {rowContent.role} - Email - + Email + = ({ title, children, onSave, edita - Type of Program - {rowContent.program} + Type of Program + {rowContent.program}
- {/* {editContents.map((item, index) => ( -
- {item.isEditing ? ( - <> - - - - ) : ( - <> - {item.content} - - - )} - -
- ))} - */}