Skip to content

Commit 96b13e5

Browse files
committed
feat(website):remove hexagon backgrounds on content pages
1 parent 99165c8 commit 96b13e5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/reva-website/src/pages/confidentialite/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { ReactNode } from "react";
1010

1111
const IndexConfidentialitePage = () => {
1212
return (
13-
<MainLayout className="bg-[url('/professional-space/home-page/background.png')] bg-contain bg-repeat bg-[left_top_180px] overflow-x-hidden font-light">
13+
<MainLayout className="overflow-x-hidden font-light">
1414
<Head>
1515
<title>Politique de confidentialité - France VAE</title>
1616
</Head>

packages/reva-website/src/pages/declaration-accessibilite/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Head from "next/head";
33

44
const DeclarationAccessibilitePage = () => {
55
return (
6-
<MainLayout className="bg-[url('/professional-space/home-page/background.png')] bg-contain bg-repeat bg-[left_top_180px] overflow-x-hidden font-light">
6+
<MainLayout className="overflow-x-hidden font-light">
77
<Head>
88
<title>Déclaration d'accessibilité - France VAE</title>
99
</Head>

packages/reva-website/src/pages/mentions-legales/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Head from "next/head";
88

99
const IndexMentionsLegalesPage = () => {
1010
return (
11-
<MainLayout className="bg-[url('/professional-space/home-page/background.png')] bg-contain bg-repeat bg-[left_top_180px]">
11+
<MainLayout>
1212
<Head>
1313
<title>Mentions légales - France VAE</title>
1414
</Head>

packages/reva-website/src/pages/nous-contacter/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Head from "next/head";
33

44
const IndexNousContacterPage = () => {
55
return (
6-
<MainLayout className="bg-[url('/professional-space/home-page/background.png')] bg-contain bg-repeat bg-[left_top_180px]">
6+
<MainLayout>
77
<Head>
88
<title>Nous contacter - France VAE</title>
99
</Head>

0 commit comments

Comments
 (0)