Skip to content

Commit

Permalink
change dash heading
Browse files Browse the repository at this point in the history
  • Loading branch information
oorjagandhi committed Jul 13, 2024
1 parent 765fe86 commit 817733a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/pages/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ export default function Profile() {
return (
<div className="bg-offwhite min-h-screen">
<NavBar />
<div className="container mx-auto px-4 py-28">
<h1 className="text-4xl font-bold text-navy mb-4">DASHBOARD</h1>
<div className="mx-20 pb-28 mt-10">
<h1 className="font-title text-4xl font-bold text-navy">DASHBOARD</h1>
<hr className="border-t-4 border-navy mb-8" />
{data ? (
<div className="grid grid-cols-1 md:grid-cols-3 gap-8">
Expand Down

0 comments on commit 817733a

Please sign in to comment.