Skip to content

Commit

Permalink
fix: ils parlent de nous
Browse files Browse the repository at this point in the history
  • Loading branch information
YoanRos committed Feb 13, 2024
1 parent e55f2dc commit 1aff771
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function Footer() {
text="Nous contacter ?"
link="mailto:ozensemble@fabrique.social.gouv.fr"
/> */}
<ArrowList text="Nos partenaires" link="/partners" />
<ArrowList text="Ils parlent de nous" link="/partners" />
<button
className="block underline text-sm font-light mb-2 cursor-pointer"
onClick={() => setShowContactPopup(true)}
Expand Down
2 changes: 1 addition & 1 deletion components/Navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default function Navigation({ showPopup, setShowPopup }) {
/> */}
<Link name="Blog" target="/blog" setIsOpen={setIsOpen} />
<Link
name="Nos partenaires"
name="Ils parlent de nous"
target="/partners"
setIsOpen={setIsOpen}
/>
Expand Down
4 changes: 2 additions & 2 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export default function Index() {
<div className="mx-[10%] sm:mx-20 md:mx-auto md:w-7/12 lg:w-[750px] ">
<div className="bottom-9 bg-grey-600">
<h3 className="text-2xl font-bold text-center lg:text-3xl text-oz-blue">
Nos partenaires
Ils parlent de nous
</h3>
</div>
<div className="flex flex-wrap justify-center gap-8 top-9 mt-4">
Expand Down Expand Up @@ -224,7 +224,7 @@ export default function Index() {
className=" rounded-full bg-oz-pink font-bold text-white py-2 px-6 items-center cursor-pointer hover:text-oz-pink hover:bg-white border border-oz-pink transition"
onClick={() => (window.location.href = "/partners")}
>
<span>Voir tous nos partenaires</span>
<span>Voir tous</span>
</button>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/partners.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Partners = () => {
<Navigation />
<div className="mt-30 lg:mt-40">
<h1 className="mb-2 text-3xl text-center font-extrabold lg:text-5xl text-oz-blue">
Nos partenaires
Ils parlent de nous
</h1>
<div className="px-20 lg:py-10">
<h3 className="text-2xl font-bold lg:text-4xl text-oz-green">
Expand Down

0 comments on commit 1aff771

Please sign in to comment.