Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
avsomers25 committed Oct 25, 2024
1 parent b05a08b commit 54b80e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ export default function Dashboard() {
{userData?.opt_in == null && (
<Card className="w-full max-w-2xl">
<CardHeader>
<CardTitle>Opt in or out to mlh emails!</CardTitle>
<CardTitle>Would you like to opt-in to Major League Hacking emails</CardTitle>
<CardDescription>
<Button
onClick={async () => {
Expand Down

0 comments on commit 54b80e5

Please sign in to comment.