Skip to content

Commit

Permalink
fix-newsletter
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtyMaury committed Jun 16, 2024
1 parent 123050a commit 46e2625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/commun/newsletter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const SubscribeNewsletter = () => {
const { t } = useTranslation("translation", { keyPrefix: "footer" });

return (
<MyLink to="https://gdgnantes.us9.list-manage.com/subscribe/post?u=b44affc3cdfd00b20bcae502c&amp;amp;id=e0e7ceee5d">
<MyLink to="http://eepurl.com/c7X2V9">
<Button variant="contained" aria-label="newsletter">
<Send style={{ marginRight: "20px" }} /> {t("news-button")}
</Button>
Expand Down

0 comments on commit 46e2625

Please sign in to comment.