Skip to content

Commit

Permalink
fix(header): fix a lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidroohi92 committed May 8, 2024
1 parent 4d4917a commit ebcb0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logo from "../assets/app-logo.svg";
// import darwiniabtnlogo from "../assets/darwiniabtnlogo.svg";
// import headerbtnlogo from "../assets/headerbtnlogo.svg";
import mobileMenuIcon from "../assets/mobileMenuIcon.svg";
// import mobileMenuIcon from "../assets/mobileMenuIcon.svg";
// import DownArrow from "../assets/DownArrow.svg";
import { Link, useMatch } from "react-router-dom";
import { useTranslation } from "react-i18next";
Expand Down

0 comments on commit ebcb0b0

Please sign in to comment.