Skip to content

Commit

Permalink
Add grid elements
Browse files Browse the repository at this point in the history
  • Loading branch information
graysonsmithh committed Nov 18, 2024
1 parent 33027b2 commit 73ccc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/pages/MentorDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const MentorDashboard = () => {
<div className="Card Card--noPadding Card-hover Margin-right--10" style={{ width: "215px"}}>
<div className="Background-color--teal-1000 Padding--20 Border-radius-topLeft--8 Border-radius-topRight--8 Align-items--center Justify-content--center" style={{ height: "96px" }}></div>
<div className="Padding--10" style={{ height: "75px" }}>
<h3 className="Text-fontSize--20 Text-color--gray-600">Jane Doe</h3>
<h3 className="Text-fontSize--20 Text-color--gray-600">JaneDoe</h3>
</div>
</div>

Expand Down

0 comments on commit 73ccc9a

Please sign in to comment.