Skip to content

Commit

Permalink
Added new ad
Browse files Browse the repository at this point in the history
  • Loading branch information
the-abe-train committed Nov 14, 2022
1 parent dddd212 commit 95f3792
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { useContext } from "react";
import { useNavigate, useSearchParams } from "react-router-dom";
import { ThemeContext } from "../context/ThemeContext";
import { getPath } from "../util/svg";
import SnackAdUnit from "./SnackAdUnit";

type Props = {
setReSpin: React.Dispatch<React.SetStateAction<boolean>>;
Expand Down Expand Up @@ -75,6 +76,7 @@ export default function Header({ setReSpin, setShowStats }: Props) {
</div>
</div>
<hr className="bottom-0" style={{ borderColor: svgColour }} />
<SnackAdUnit unitName="snack_mob_top" siteId="2902"></SnackAdUnit>
</header>
);
}

0 comments on commit 95f3792

Please sign in to comment.