Skip to content

Commit

Permalink
Add Link to Quotes Page in Header
Browse files Browse the repository at this point in the history
  • Loading branch information
ncolesummers authored Jul 3, 2022
1 parent f217965 commit a8bc9c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 462 deletions.
5 changes: 5 additions & 0 deletions nextjs-blog/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ export default function Header() {
<a className={styles.listItemA}>About</a>
</Link>
</li>
<li className={styles.listItem}>
<Link href="https://quotes.ncolesummers.com">
<a className={styles.listItemA}>Quotes</a>
</Link>
</li>
<li className={styles.listItem}>
<Link href="https://presentation.ncolesummers.com">
<a className={styles.listItemA}>Presentation</a>
Expand Down
Loading

1 comment on commit a8bc9c1

@vercel
Copy link

@vercel vercel bot commented on a8bc9c1 Jul 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.