Compare commits
No commits in common. "77fb4348bad5b1c8e55bfdbdf55b32b4bb4552d7" and "2e7c4fff6e3a145f3b275164ba92798ddbae9e02" have entirely different histories.
77fb4348ba
...
2e7c4fff6e
@ -22,7 +22,7 @@ export function DocsLayout({
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="max-w-2xl min-w-0 flex-auto px-4 py-16 lg:max-w-none lg:pr-0 lg:pl-8 xl:px-16 grow">
|
||||
<div className="max-w-2xl min-w-0 flex-auto px-4 py-16 lg:max-w-none lg:pr-0 lg:pl-8 xl:px-16">
|
||||
<article>
|
||||
<DocsHeader title={title} estimatedReadingTime={estimatedReadingTime} />
|
||||
<Prose>{children}</Prose>
|
||||
|
||||
@ -134,7 +134,7 @@ export default function DefaultLayout({ children }: { children: React.ReactNode
|
||||
<Navigation />
|
||||
</div>
|
||||
</div>
|
||||
{children}
|
||||
<div className="grow">{children}</div>
|
||||
</div>
|
||||
|
||||
<Footer />
|
||||
|
||||
@ -2,7 +2,7 @@ import React from "react";
|
||||
|
||||
export function Page() {
|
||||
return (
|
||||
<div className="grow px-4 py-16 lg:max-w-none lg:pr-0 lg:pl-8 xl:px-16 flex flex-col gap-4 text-slate-700 dark:text-slate-300">
|
||||
<div className="px-4 py-16 lg:max-w-none lg:pr-0 lg:pl-8 xl:px-16 flex flex-col gap-4 text-slate-700 dark:text-slate-300">
|
||||
<h1 className="font-display text-3xl tracking-tight text-slate-900 dark:text-white">Mentions légales</h1>
|
||||
|
||||
<section>
|
||||
|
||||
@ -7,7 +7,7 @@ export function Page() {
|
||||
const { setIsOpen } = useContext(CookiesContext);
|
||||
|
||||
return (
|
||||
<div className="grow px-4 py-16 lg:max-w-none lg:pr-0 lg:pl-8 xl:px-16 flex flex-col gap-4 text-slate-700 dark:text-slate-300">
|
||||
<div className="px-4 py-16 lg:max-w-none lg:pr-0 lg:pl-8 xl:px-16 flex flex-col gap-4 text-slate-700 dark:text-slate-300">
|
||||
<h1 className="font-display text-3xl tracking-tight text-slate-900 dark:text-white">
|
||||
Politique de confidentialité
|
||||
</h1>
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
Sitemap: https://memento-dev.fr/sitemap.xml
|
||||
Loading…
Reference in New Issue
Block a user