From 1619c8f7bf03c0c20290f39c968bec70558cfc59 Mon Sep 17 00:00:00 2001 From: Matchu Date: Sun, 25 Sep 2022 05:07:26 -0700 Subject: [PATCH] Add page title to Privacy Policy --- src/app/PrivacyPolicyPage.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/PrivacyPolicyPage.js b/src/app/PrivacyPolicyPage.js index 4d536c0..728d8a1 100644 --- a/src/app/PrivacyPolicyPage.js +++ b/src/app/PrivacyPolicyPage.js @@ -4,12 +4,16 @@ import { VStack } from "@chakra-ui/react"; import { Heading1, Heading2, Heading3 } from "./util"; import { useAuthModeFeatureFlag } from "./components/useCurrentUser"; +import Head from "next/head"; function PrivacyPolicyPage() { const [authMode] = useAuthModeFeatureFlag(); return ( <> + + Privacy Policy | Dress to Impress + Our privacy policy