Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sanasnaik committed Oct 6, 2024
1 parent a08fa76 commit a0a1176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/components/profileHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default function ProfileHeader(props: {
<div className="flex flex-row items-center justify-center">
<CardTitle>Unregistered</CardTitle>
<Button type="submit" className="ml-auto" onClick={() => console.log("register button clicked")}>
'Register' </Button>
Register </Button>
</div>
</>
}
Expand Down

0 comments on commit a0a1176

Please sign in to comment.