From d7ab271f930a19ea017a70ec41b0c1315b1617b4 Mon Sep 17 00:00:00 2001 From: "Kalle (Sendou)" <38327916+Sendouc@users.noreply.github.com> Date: Thu, 4 Mar 2021 11:27:47 +0200 Subject: [PATCH] myheads for plus --- components/plus/PlusHomePage.tsx | 2 ++ components/plus/PlusVotingHistoryPage.tsx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/components/plus/PlusHomePage.tsx b/components/plus/PlusHomePage.tsx index b5f923919..6368fa322 100644 --- a/components/plus/PlusHomePage.tsx +++ b/components/plus/PlusHomePage.tsx @@ -7,6 +7,7 @@ import { RadioGroup, } from "@chakra-ui/react"; import { Trans } from "@lingui/macro"; +import MyHead from "components/common/MyHead"; import SubText from "components/common/SubText"; import { useUser } from "hooks/common"; import { usePlus } from "hooks/plus"; @@ -36,6 +37,7 @@ const PlusHomePage = ({ suggestions, statuses }: PlusHomePageProps) => { return ( <> + diff --git a/components/plus/PlusVotingHistoryPage.tsx b/components/plus/PlusVotingHistoryPage.tsx index dfdd1f9d1..b0a88c386 100644 --- a/components/plus/PlusVotingHistoryPage.tsx +++ b/components/plus/PlusVotingHistoryPage.tsx @@ -2,6 +2,7 @@ import { Box } from "@chakra-ui/layout"; import { Select } from "@chakra-ui/select"; import { Trans } from "@lingui/macro"; import { PlusRegion } from "@prisma/client"; +import MyHead from "components/common/MyHead"; import MyLink from "components/common/MyLink"; import { Table, @@ -32,6 +33,7 @@ const PlusVotingHistoryPage = ({ const router = useRouter(); return ( <> +