Fix locale routing (#247)

This commit is contained in:
Luke Vella 2022-07-27 16:29:00 +01:00 committed by GitHub
parent 870a4bb13d
commit 0f35bd0518
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 4 deletions

View file

@ -152,6 +152,7 @@ const Page: NextPage<CreatePollPageProps> = ({
<StandardLayout>
<Head>
<title>{formData?.eventDetails?.title ?? t("newPoll")}</title>
<meta name="robots" content="noindex,nofollow" />
</Head>
<div className="max-w-full py-4 md:px-3 lg:px-6">
<div className="mx-auto w-fit max-w-full lg:mx-0">