Skip to content

Commit 8c7cee2

Browse files
fasihali-derivMuhammad Fasih Ali Naqvi
andauthored
fix: fixed careers footer icons position (binary-com#7391)
Co-authored-by: Muhammad Fasih Ali Naqvi <[email protected]>
1 parent f01c22a commit 8c7cee2

File tree

1 file changed

+6
-7
lines changed
  • src/features/components/templates/footer

1 file changed

+6
-7
lines changed

src/features/components/templates/footer/data.tsx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -606,19 +606,18 @@ export const socialButtonsCareers = [
606606
'data-cy': 'facebook',
607607
'aria-label': 'facebook',
608608
},
609-
610-
{
611-
icon: <StandaloneLinkedinIcon iconSize="md" fill="#000000b8" />,
612-
href: 'https://www.linkedin.com/company/derivdotcom/life/',
613-
'data-cy': 'linkedin',
614-
'aria-label': 'linkedin',
615-
},
616609
{
617610
icon: <StandaloneInstagramIcon iconSize="md" fill="#000000b8" />,
618611
href: 'https://www.instagram.com/derivcareers/',
619612
'data-cy': 'instagram',
620613
'aria-label': 'instagram',
621614
},
615+
{
616+
icon: <StandaloneLinkedinIcon iconSize="md" fill="#000000b8" />,
617+
href: 'https://www.linkedin.com/company/derivdotcom/life/',
618+
'data-cy': 'linkedin',
619+
'aria-label': 'linkedin',
620+
},
622621
]
623622

624623
export const specialLanguageUrls = {

0 commit comments

Comments
 (0)