Skip to content

Commit

Permalink
inscribete en frances
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgil committed Jul 29, 2024
1 parent 6ee0932 commit d0e41b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/navbar&footer/FooterSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { SITE } from "@data/constants";
const strings = Astro.currentLocale === "fr" ? frStrings : Astro.currentLocale === "en"? enStrings : esStrings;
// Define the variables that will be used in this component
const sectionThreeTitle: string = Astro.currentLocale === "fr" ? "Rester à jour" : Astro.currentLocale === "en" ? "Stay up to date" : "Apúntate a nuestra newsletter";
const sectionThreeTitle: string = Astro.currentLocale === "fr" ? "Abonnez vous" : Astro.currentLocale === "en" ? "Stay up to date" : "Apúntate a nuestra newsletter";
const crafted: string = Astro.currentLocale === "fr" ? "Conçu avec" : Astro.currentLocale === "en" ? "Crafted with" : "Hecho por";
---
Expand Down

0 comments on commit d0e41b9

Please sign in to comment.