Skip to content

Commit 113938b

Browse files
committed
fix: fix style on socialNetworks for safari
1 parent e4cb087 commit 113938b

File tree

1 file changed

+7
-7
lines changed
  • packages/@intlayer/design-system/src/components/SocialNetworks

1 file changed

+7
-7
lines changed

packages/@intlayer/design-system/src/components/SocialNetworks/index.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,37 +10,37 @@ import { YoutubeLogo } from './YoutubeLogo';
1010
const socialNetworks = [
1111
{
1212
href: 'https://www.producthunt.com/posts/intlayer?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-intlayer',
13-
component: <ProductHuntLogo className="max-w-full max-h-full" />,
13+
component: <ProductHuntLogo className="max-w-full max-h-full h-auto" />,
1414
label: 'Product Hunt',
1515
},
1616
{
1717
href: 'https://x.com/Intlayer183096',
18-
component: <XLogo className="max-w-full max-h-full" />,
18+
component: <XLogo className="max-w-full max-h-full h-auto" />,
1919
label: 'X',
2020
},
2121
{
2222
href: 'https://www.youtube.com/@intlayer',
23-
component: <YoutubeLogo className="max-w-full max-h-full" />,
23+
component: <YoutubeLogo className="max-w-full max-h-full h-auto" />,
2424
label: 'YouTube',
2525
},
2626
{
2727
href: 'https://www.linkedin.com/company/intlayerorg',
28-
component: <LinkedInLogo className="max-w-full max-h-full" />,
28+
component: <LinkedInLogo className="max-w-full max-h-full h-auto" />,
2929
label: 'LinkedIn',
3030
},
3131
{
3232
href: 'https://www.tiktok.com/@intlayer',
33-
component: <TiktokLogo className="max-w-full max-h-full" />,
33+
component: <TiktokLogo className="max-w-full max-h-full h-auto" />,
3434
label: 'TikTok',
3535
},
3636
{
3737
href: 'https://www.instagram.com/intlayer_org/',
38-
component: <InstagramLogo className="max-w-full max-h-full" />,
38+
component: <InstagramLogo className="max-w-full max-h-full h-auto" />,
3939
label: 'Instagram',
4040
},
4141
{
4242
href: 'https://www.facebook.com/intlayer',
43-
component: <FacebookLogo className="max-w-full max-h-full" />,
43+
component: <FacebookLogo className="max-w-full max-h-full h-auto" />,
4444
label: 'Facebook',
4545
},
4646
];

0 commit comments

Comments
 (0)