Skip to content

Commit 42e953c

Browse files
authored
Update index.tsx (renaming about to home)
1 parent eb1ea82 commit 42e953c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function Home() {
2121
</div>
2222

2323
<div id="about" className="container">
24-
<h1 className="heading">About</h1>
24+
<h1 className="heading">Home</h1>
2525
<About/>
2626
</div>
2727
<div id="cohort">

0 commit comments

Comments
 (0)