diff --git a/src/components/ui/buttons/SocialShare.astro b/src/components/ui/buttons/SocialShare.astro index 643b3ab..21f0db9 100644 --- a/src/components/ui/buttons/SocialShare.astro +++ b/src/components/ui/buttons/SocialShare.astro @@ -1,7 +1,10 @@ --- import Icon from "@components/ui/icons/Icon.astro"; // Destructure the properties from Astro.props -const { pageTitle, title = Astro.currentLocale === "fr" ? "Partager" : "Share", } = Astro.props; +const { + pageTitle, + title = Astro.currentLocale === "fr" ? "Partager" : "Share", +} = Astro.props; // Define TypeScript interface for the properties interface Props { @@ -88,7 +91,7 @@ const socialPlatforms: SocialPlatform[] = [