Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-bravo committed Jul 29, 2023
1 parent 7f16725 commit 7b78828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ export default function Home({}) {
<MeetupName />
<h1>This is the home page, bruh</h1>
<hr />
<h2>The "Events" component goes here.</h2>
<h2>The Events component goes here.</h2>
<Link href="/events" style={{ textDecoration: 'underline' }}>
Click here to see all events...
</Link>
<h2>The "Posts" component goes here.</h2>
<h2>The Posts component goes here.</h2>
<Link href="/posts" style={{ textDecoration: 'underline' }}>
Click here to see all posts...
</Link>
Expand Down

0 comments on commit 7b78828

Please sign in to comment.