Skip to content

Commit

Permalink
linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
avsomers25 committed Dec 29, 2024
1 parent f4ed259 commit 1ecfec7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -720,10 +720,10 @@ export default function Dashboard() {
<Card className="w-full max-w-2xl">
<CardHeader>
<CardTitle>Pre Event Team</CardTitle>
<CardDescription>Please enter your teammates' emails in the fields below.
<CardDescription>Please enter your teammates emails in the fields below.
This hackathon is first come first serve, but we will try to make sure that full teams make it through if they are listed here.
This does not guarantee a full team to be able to join.
The teammates you list here don't have to be final, you are allowed to change your team members before submission of your hack.
The teammates you list here do not have to be final, you are allowed to change your team members before submission of your hack.
After you have confirmed your attendance, you will no longer be allowed to change this field.</CardDescription>
</CardHeader>
<CardContent>
Expand Down Expand Up @@ -758,12 +758,12 @@ export default function Dashboard() {
/>
</div>
<Button
onClick={() => {
setTeamConfimWarning(true);
}}
type="button"
className="mt-10"
>
onClick={() => {
setTeamConfimWarning(true);
}}
type="button"
className="mt-10"
>
{submittingPreEventTeamForm}
</Button>
<PopupDialog
Expand Down

0 comments on commit 1ecfec7

Please sign in to comment.