Skip to content

Commit

Permalink
Added header to pre-dashboard-pre-opt-in page
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmonisit committed Oct 25, 2024
1 parent 5b618ba commit 4531f7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,12 @@ export default function Dashboard() {
if (userData?.opt_in == null) {
return (
<div className="flex flex-col items-center justify-center space-y-8 p-4">
<ProfileHeader
userData={userData}
waiverState={waiverState}
handleChangingFile={handleChangingFile}
onWaiverSubmit={onWaiverSubmit}
/>
<Card className="mt-32 w-full max-w-2xl">
<CardHeader>
<CardTitle>
Expand Down

0 comments on commit 4531f7e

Please sign in to comment.