From 1e6862db339cd41d8b186f1a99a0f944b94e34bf Mon Sep 17 00:00:00 2001 From: mpuchstein Date: Wed, 2 Jul 2025 18:03:20 +0200 Subject: [PATCH] started integration of icons --- src/components/Navbar.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 5ce84f1..8671b1a 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -1,4 +1,5 @@ import { NavLink } from 'react-router-dom'; +import {FaHome} from "react-icons/fa"; export default function Navbar() { const linkClasses = ({ isActive }: { isActive: boolean }) => @@ -15,7 +16,7 @@ export default function Navbar() { shadow-lg /* subtle drop shadow */ "> - Home + Feed