chore(app)L remove figma banner
This commit is contained in:
@@ -16,7 +16,6 @@ import receipt from "../../assets/receipt.svg";
|
||||
import receiptSpec from "../../assets/receipt-spec.svg";
|
||||
import calculator from "../../assets/calculator.svg";
|
||||
import calculatorSpec from "../../assets/calculator-spec.svg";
|
||||
import Banner from "../Banner/Banner";
|
||||
import Links from "../Links/Links";
|
||||
import "./Header.css";
|
||||
|
||||
@@ -36,8 +35,6 @@ const handleScrollToIcons = () =>
|
||||
|
||||
const Header: React.FC<HeaderProps> = () => {
|
||||
return (
|
||||
<>
|
||||
<Banner />
|
||||
<header>
|
||||
<div className="header-contents">
|
||||
<div className="illustrations-top">
|
||||
@@ -93,7 +90,6 @@ const Header: React.FC<HeaderProps> = () => {
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user