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 (
<>
+