Skip to content

Commit

Permalink
add link to course
Browse files Browse the repository at this point in the history
  • Loading branch information
holtzy committed Aug 9, 2024
1 parent fe49fd9 commit c4e5e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions component/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ export default function Navbar() {
</div>

<div className="">
<Link href="/articles">
<Link href="/react-d3-dataviz-course">
<span className="pl-8 text-black font-light text-sm lg:text-md uppercase tracking-wider cursor-pointer">
Articles
Learn
</span>
</Link>
<Link href="/all" className="no-underline">
Expand Down

0 comments on commit c4e5e9b

Please sign in to comment.