Help me with react linkedin clone

he guys,
plase help!

could anyone tell me what’s wrong with my code?
hey, please help
the home icon is at the top
but its look like an icon over icon how can i fix that???

here is the code:
"import Image from “next/image”;
import { Link, HomeIcon, SearchIcon } from “lucide-react”;
//import { SearchIcon } from “lucide-react”;

function Header() {
return (













Home




);
}

export default Header;"
i’ve added an image to see what’s happend with the icon it’s look like another icon added with out any icons added…


thanks!

You are not displaying the icons in your code example. Could you elaborate on the code you are using?

I would recommend using a component library like ChakraUI to streamline you effort to replicate this (huge) application with alot of smaller parts.