File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
packages/reva-website/src/pages
declaration-accessibilite Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { ReactNode } from "react";
10
10
11
11
const IndexConfidentialitePage = ( ) => {
12
12
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" >
14
14
< Head >
15
15
< title > Politique de confidentialité - France VAE</ title >
16
16
</ Head >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Head from "next/head";
3
3
4
4
const DeclarationAccessibilitePage = ( ) => {
5
5
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" >
7
7
< Head >
8
8
< title > Déclaration d'accessibilité - France VAE</ title >
9
9
</ Head >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import Head from "next/head";
8
8
9
9
const IndexMentionsLegalesPage = ( ) => {
10
10
return (
11
- < MainLayout className = "bg-[url('/professional-space/home-page/background.png')] bg-contain bg-repeat bg-[left_top_180px]" >
11
+ < MainLayout >
12
12
< Head >
13
13
< title > Mentions légales - France VAE</ title >
14
14
</ Head >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Head from "next/head";
3
3
4
4
const IndexNousContacterPage = ( ) => {
5
5
return (
6
- < MainLayout className = "bg-[url('/professional-space/home-page/background.png')] bg-contain bg-repeat bg-[left_top_180px]" >
6
+ < MainLayout >
7
7
< Head >
8
8
< title > Nous contacter - France VAE</ title >
9
9
</ Head >
You can’t perform that action at this time.
0 commit comments