Skip to content

Commit a2aa83a

Browse files
committed
⚙️ Add projects page in footer
1 parent f952319 commit a2aa83a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/Footer.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ export default function Footer() {
3030
Dashboard
3131
</a>
3232
</Link>
33+
<Link href="/projects">
34+
<a className="text-gray-500 hover:text-gray-600 transition">
35+
Projects
36+
</a>
37+
</Link>
3338
</div>
3439
<div className="flex flex-col space-y-4">
3540
<ExternalLink href="https://github.com/manuarora700">

0 commit comments

Comments
 (0)