Skip to content

Commit

Permalink
Update index.tsx (renaming about to home)
Browse files Browse the repository at this point in the history
  • Loading branch information
indeerasaha authored Feb 4, 2025
1 parent eb1ea82 commit 42e953c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function Home() {
</div>

<div id="about" className="container">
<h1 className="heading">About</h1>
<h1 className="heading">Home</h1>
<About/>
</div>
<div id="cohort">
Expand Down

0 comments on commit 42e953c

Please sign in to comment.