We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd18288 commit aa6095fCopy full SHA for aa6095f
components/Nav.js
@@ -45,11 +45,6 @@ export default function Nav() {
45
<a className={styles.navLink}>About Us</a>
46
</Link>
47
</li>
48
- <li className={styles.navItem}>
49
- <Link href="https://github.com/MarianaSouza/web-dev-path">
50
- <a className={styles.navLink}>Github Repository</a>
51
- </Link>
52
- </li>
53
<li className={styles.navItem}>
54
<Link href="/blog/index">
55
<a className={styles.navLink}>Blog</a>
0 commit comments