Skip to content

Commit ff94a49

Browse files
authored
Merge pull request #1203 from helpwave/issue/1202-helpwave-logo-missing-on-ludwigs-card
fix: add helpwave badge to card
2 parents f0b3ce8 + f6f46ca commit ff94a49

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

landing-page/components/sections/mediQuu/TeamSection.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ const contactsHelpwave: (ProfileProps & { translatedInfo?: Record<Languages, str
5757
roleBadge: 'CLO',
5858
tags: ['law', 'doctor', 'product'],
5959
imageUrl: imageUrl('ludwig_maidowski'),
60+
badge: (
61+
<HelpwaveBadge
62+
size="small"
63+
className="bg-black !gap-x-1 !w-fit"
64+
/>
65+
),
6066
socials: [
6167
{ type: 'linkedin', url: 'https://www.linkedin.com/in/ludwig-maidowski-896b83208/' },
6268
{ type: 'mail', url: 'mailto:[email protected]' },

0 commit comments

Comments
 (0)