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!