mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-16 02:16:48 +02:00
Fix locale routing (#247)
This commit is contained in:
parent
870a4bb13d
commit
0f35bd0518
5 changed files with 16 additions and 4 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue