Skip to content

Commit

Permalink
fix: Nathan n'a jamais existé
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud AMBROSELLI committed Oct 5, 2023
1 parent 312b2f4 commit 599e419
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ Ensuite lancer la commande `Record new` depuis VSCode. Pour chaque test, on peut

Plus d'information sur Mano ici : https://www.fabrique.social.gouv.fr/startups/mano/

Pour contacter l’équipe : [email protected] ou [email protected]
Pour contacter l’équipe : [email protected]
1 change: 0 additions & 1 deletion api/src/controllers/organisation.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ Toute l'équipe Mano vous souhaite la bienvenue !
Si vous avez des questions n'hésitez pas à nous contacter:
Nathan Fradin, chargé de déploiement: [email protected] - +33 6 29 54 94 26
Melissa Saiter, chargée de déploiement Mano [email protected] - +33 6 13 23 33 45
Yoann Kittery, chargé de déploiement Mano [email protected] - +33 6 83 98 29 66
Guillaume Demirhan, porteur du projet: [email protected] - +33 7 66 56 19 96
Expand Down
1 change: 0 additions & 1 deletion api/src/controllers/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ Toute l'équipe Mano vous souhaite la bienvenue !
Si vous avez des questions n'hésitez pas à nous contacter:
Nathan Fradin, chargé de déploiement: [email protected] - +33 6 29 54 94 26
Melissa Saiter, chargée de déploiement Mano [email protected] - +33 6 13 23 33 45
Yoann Kittery, chargé de déploiement Mano [email protected] - +33 6 83 98 29 66
Guillaume Demirhan, porteur du projet: [email protected] - +33 7 66 56 19 96
Expand Down
1 change: 0 additions & 1 deletion dashboard/src/components/ActionsWeekly.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { organisationState, userState } from '../recoil/auth';
import TagTeam from './TagTeam';
import useSearchParamState from '../services/useSearchParamState';
import { disableConsultationRow } from '../recoil/consultations';
import DescriptionIcon from './DescriptionIcon';

// TODO: remove inline style when UI is stabilized.

Expand Down
16 changes: 1 addition & 15 deletions website/components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,17 @@ import { useState, useEffect } from "react";
import Link from "next/link";

export default function Footer({ skipFirstParagraph }) {
const nathan = "bmF0aGFuLmZyYWRpbi5tYW5vQGdtYWlsLmNvbQ==";
const guillaume = "Zy5kZW1pcmhhbkBhdXJvcmUuYXNzby5mcg==";
const melissa = "bS5zYWl0ZXIubWFub0BnbWFpbC5jb20=";
const yoann = "eWtpdHRlcnkubWFub0BnbWFpbC5jb20=";
const [emailGuillaume, setEmailGuillaume] = useState("");
const [emailNathan, setEmailNathan] = useState("");
const [emailMelissa, setEmailMelissa] = useState("");
const [emailYoann, setEmailYoann] = useState("");

const year = new Date().getFullYear();

useEffect(() => {
setEmailGuillaume(window.atob(guillaume));
setEmailNathan(window.atob(nathan));
setEmailMelissa(window.atob(melissa));
setEmailYoann(window.atob(yoann));
}, []);
Expand All @@ -39,22 +36,11 @@ export default function Footer({ skipFirstParagraph }) {
Pour toutes questions sur les fonctionnalités de MANO, pour une présentation complète en présentiel ou commencer à utiliser l'outil
{`\u00A0`}:<br />
<span className=" block text-base mt-3 font-medium ">
Nathan, Mélissa et Yoann
Mélissa et Yoann
<br />
chargés de déploiement
</span>
</p>
<button
className="mx-auto p-4 px-6 md:px-12 space-x-2 text-white transition-all bg-white flex-center rounded-xl bg-opacity-10 hover:bg-opacity-30"
onClick={() => {
window.location.href = "mailto:" + window && window.atob(nathan);
}}
>
<HiOutlineMail className="text-lg" />
<span suppressHydrationWarning className="text-base font-medium">
{emailNathan}
</span>
</button>
<button
className="mx-auto p-4 px-6 md:px-12 mt-2 space-x-2 text-white transition-all bg-white flex-center rounded-xl bg-opacity-10 hover:bg-opacity-30"
onClick={() => {
Expand Down

0 comments on commit 599e419

Please sign in to comment.