diff --git a/public/github-mark-white.png b/public/github-mark-white.png deleted file mode 100644 index 50b8175..0000000 Binary files a/public/github-mark-white.png and /dev/null differ diff --git a/public/github-mark.png b/public/github-mark.png deleted file mode 100644 index 6cb3b70..0000000 Binary files a/public/github-mark.png and /dev/null differ diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 1488cfa..0d8a2a9 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -2,6 +2,7 @@ import React from 'react'; import { Link, useLocation } from 'react-router-dom'; import { cn } from '@/lib/utils'; import { PhotoIcon, HomeIcon } from '@heroicons/react/24/outline'; +import { GitHubLogoIcon } from '@radix-ui/react-icons'; interface NavItem { to: string; @@ -55,11 +56,7 @@ const Navbar: React.FC = () => {