@@ -10,37 +10,37 @@ import { YoutubeLogo } from './YoutubeLogo';
10
10
const socialNetworks = [
11
11
{
12
12
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 " /> ,
14
14
label : 'Product Hunt' ,
15
15
} ,
16
16
{
17
17
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 " /> ,
19
19
label : 'X' ,
20
20
} ,
21
21
{
22
22
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 " /> ,
24
24
label : 'YouTube' ,
25
25
} ,
26
26
{
27
27
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 " /> ,
29
29
label : 'LinkedIn' ,
30
30
} ,
31
31
{
32
32
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 " /> ,
34
34
label : 'TikTok' ,
35
35
} ,
36
36
{
37
37
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 " /> ,
39
39
label : 'Instagram' ,
40
40
} ,
41
41
{
42
42
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 " /> ,
44
44
label : 'Facebook' ,
45
45
} ,
46
46
] ;
0 commit comments