Skip to content

Commit

Permalink
fix: fixed careers footer icons position (binary-com#7391)
Browse files Browse the repository at this point in the history
Co-authored-by: Muhammad Fasih Ali Naqvi <[email protected]>
  • Loading branch information
fasihali-deriv and Muhammad Fasih Ali Naqvi authored Mar 21, 2024
1 parent f01c22a commit 8c7cee2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/features/components/templates/footer/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -606,19 +606,18 @@ export const socialButtonsCareers = [
'data-cy': 'facebook',
'aria-label': 'facebook',
},

{
icon: <StandaloneLinkedinIcon iconSize="md" fill="#000000b8" />,
href: 'https://www.linkedin.com/company/derivdotcom/life/',
'data-cy': 'linkedin',
'aria-label': 'linkedin',
},
{
icon: <StandaloneInstagramIcon iconSize="md" fill="#000000b8" />,
href: 'https://www.instagram.com/derivcareers/',
'data-cy': 'instagram',
'aria-label': 'instagram',
},
{
icon: <StandaloneLinkedinIcon iconSize="md" fill="#000000b8" />,
href: 'https://www.linkedin.com/company/derivdotcom/life/',
'data-cy': 'linkedin',
'aria-label': 'linkedin',
},
]

export const specialLanguageUrls = {
Expand Down

0 comments on commit 8c7cee2

Please sign in to comment.