Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Code/02 Essentials/Extra Files/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function Index() {
return (
<main id="content">
<h1>A better way of keeping track of your notes</h1>
<p>Try our early beta and never loose track of your notes again!</p>
<p>Try our early beta and never lose track of your notes again!</p>
<p id="cta">
<Link to="/notes">Try Now!</Link>
</p>
Expand Down