Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
fix: remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed Feb 11, 2022
1 parent 9acb4f0 commit 85ca15e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/config/layout/footer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ export const footerTopSection: FooterTopSectionProps = {
title: "Liens utiles II",
links: [
{
title: "Lien utile 1",
title: "Lien utile 3",
href: "/",
},
{
title: "Lien utile 2",
title: "Lien utile 4",
href: "/",
},
],
Expand All @@ -37,11 +37,11 @@ export const footerTopSection: FooterTopSectionProps = {
title: "Liens utiles III",
links: [
{
title: "Lien utile 1",
title: "Lien utile 5",
href: "/",
},
{
title: "Lien utile 2",
title: "Lien utile 6",
href: "/",
},
],
Expand All @@ -50,11 +50,11 @@ export const footerTopSection: FooterTopSectionProps = {
title: "Liens utiles IV",
links: [
{
title: "Lien utile 1",
title: "Lien utile 7",
href: "/",
},
{
title: "Lien utile 2",
title: "Lien utile 8",
href: "/",
},
],
Expand All @@ -63,11 +63,11 @@ export const footerTopSection: FooterTopSectionProps = {
title: "Liens utiles V",
links: [
{
title: "Lien utile 1",
title: "Lien utile 9",
href: "/",
},
{
title: "Lien utile 2",
title: "Lien utile 10",
href: "/",
},
],
Expand All @@ -78,11 +78,11 @@ export const footerTopSection: FooterTopSectionProps = {
export const footerBodySection: FooterBodySectionProps = {
links: [
{
title: "Lien utile 3",
title: "Lien utile 11",
href: "/",
},
{
title: "Lien utile 4",
title: "Lien utile 12",
href: "/",
},
],
Expand Down Expand Up @@ -120,11 +120,11 @@ export const footerPartnerSection: FooterPartnerSectionProps = {
export const footerBottomSection: FooterBottomSectionProps = {
links: [
{
title: "Lien utile 1",
title: "Lien utile 13",
href: "/",
},
{
title: "Lien utile 2",
title: "Lien utile 14",
href: "/",
},
],
Expand Down

0 comments on commit 85ca15e

Please sign in to comment.