Skip to content

Commit

Permalink
Update Hervé's company
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Feb 4, 2025
1 parent 8aded40 commit 4165ff6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Binary file added public/images/logo/maddlen.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions public/locales/fr/speakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
{
"id": 4,
"name": "Hervé Guétin",
"company": "Agence Dn'D",
"companyLogo": "/images/logo/dnd.svg",
"companyUrl": "https://www.dnd.fr/",
"company": "Maddlen",
"companyLogo": "/images/logo/maddlen.jpeg",
"companyUrl": "https://www.maddlen.fr/",
"linkedin": "https://www.linkedin.com/in/herveguetin/",
"role": "Tech Expert",
"role": "Consultant & développeur full-stack",
"photo": "/images/speakers/herve_guetin.jpg",
"photoBg": 1,
"biography": ""
Expand Down
1 change: 0 additions & 1 deletion src/components/Person/Person.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const PersonCard = ({
alt={person.company}
width={20}
height={20}
className="h-6"
/>
<span className="text-sm">{person.company}</span>
</div>
Expand Down

0 comments on commit 4165ff6

Please sign in to comment.