Skip to content

Commit

Permalink
Merge pull request #9 from AI4Bharat/patch-1
Browse files Browse the repository at this point in the history
Patch 1
  • Loading branch information
KunalTiwary authored Dec 5, 2023
2 parents 4cb16b1 + 6332fa7 commit aa3b2d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/invite/[slug]/page.js → src/app/invite/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,4 @@ export default function SignUp() {
</Grid>
</>
)
}
}
4 changes: 2 additions & 2 deletions src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ export default function Home() {
<h1>Anudesh</h1>
<h3><Link href="/organizations">Organization</Link></h3>
<h3><Link href="/login">Login</Link></h3>
<h3><Link href="/invite/500">Sign-Up</Link></h3>
<h3><Link href="/invite">Sign-Up</Link></h3>
<h3><Link href="/forgot-password">Forgot Password</Link></h3>
<h3><Link href="/dataset">Dataset</Link></h3>
</main>
)
}
}

0 comments on commit aa3b2d9

Please sign in to comment.