Skip to content

Commit

Permalink
Merge pull request #73 from ccatto/feat/cc-008
Browse files Browse the repository at this point in the history
minor update to git nav link
  • Loading branch information
ccatto authored May 22, 2024
2 parents d707206 + f4ce2b0 commit 9107435
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/components/NavCatto/NavLinksCatto.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,8 @@ const NavLinksCatto = () => {
<li>
<Link
href="/code/git/tutorial/what-is-the-difference-between-git-pull-and-git-fetch"
className="group flex items-center rounded-lg p-2 text-gray-900 hover:bg-gray-100 dark:text-white dark:hover:bg-gray-700"
className="block px-4 py-2 hover:bg-gray-100 dark:text-gray-200 dark:hover:bg-gray-600 dark:hover:text-white"
onClick={handleCloseAllClick}
>
Diff Git Pull & Fetch
</Link>
Expand Down

0 comments on commit 9107435

Please sign in to comment.