Skip to content

Commit

Permalink
feat: remove CircleHelp icon import from Header component
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelVR17 committed Feb 25, 2025
1 parent eeacaa0 commit 142f2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import useIsMobile from "@/hooks/mobile.hook";
import { cn } from "@/lib/utils";
import useHeader from "./hooks/header.hook";
import Link from "next/link";
import { ArrowBigLeft, CircleHelp } from "lucide-react";
import { ArrowBigLeft } from "lucide-react";
import { useWallet } from "@/components/modules/auth/wallet/hooks/wallet.hook";

const Header = () => {
Expand Down

0 comments on commit 142f2d7

Please sign in to comment.