Skip to content

Commit

Permalink
fix: add link to deploiement map in home page
Browse files Browse the repository at this point in the history
  • Loading branch information
MaGOs92 committed Dec 18, 2024
1 parent a8475a0 commit 4833f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SectionQuotes/SectionQuotes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function SectionQuotes({ title, data, theme }: SectionQuotesProps) {
</QuoteWrapper>
<QuoteWrapperFooter>
<a className="fr-link fr-link--icon-left fr-icon-chat-3-line" href="/blog">Découvrez tous les témoignages</a>
<a className="fr-link fr-link--icon-left fr-icon-france-line" href="#">Quelles communes ont mis à jour leur base ? </a>
<a className="fr-link fr-link--icon-left fr-icon-france-line" href="/deploiement-bal">Quelles communes ont mis à jour leur base ? </a>
</QuoteWrapperFooter>
</Section>
)
Expand Down

0 comments on commit 4833f1b

Please sign in to comment.