Skip to content

Commit

Permalink
CHE-18 Added an example h2
Browse files Browse the repository at this point in the history
  • Loading branch information
dianemoon committed Jan 13, 2024
1 parent 0039809 commit eb6cf67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/pages/DirectoryPage/DirectoryPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const DirectoryPage = (): JSX.Element => {
<div className="min-h-screen bg-gray-100 flex flex-col items-center justify-center">
<h1 className="text-4xl font-extrabold mb-4">Directory Page</h1>
<h1>Welcome {user?.firstName} !</h1>
<h2>Diane was here!</h2>
</div>
);
};
Expand Down

0 comments on commit eb6cf67

Please sign in to comment.