Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: update deriv prime logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuzhy-Deriv committed Dec 26, 2023
1 parent 4e498bc commit bf50b68
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import { MobileNavToggle, NavigationBlock } from '@deriv-com/blocks'
// eslint-disable-next-line import/no-unresolved
import { SubBrandDerivPartnersBrandLightIcon } from '@deriv/quill-icons/Logo'
import { SubBrandDerivPrimeBrandLightIcon } from '@deriv/quill-icons/Logo'
import { Button } from '@deriv/quill-design'
import { CustomLink } from '@deriv-com/components'
import { partnersEUItems, partnersItems } from './data'
Expand Down Expand Up @@ -43,7 +43,7 @@ const PrimeNav = () => {
renderButtons={PrimeNavButtons}
renderLogo={() => (
<CustomLink href={'/partners'}>
<SubBrandDerivPartnersBrandLightIcon width={144} height={24} />
<SubBrandDerivPrimeBrandLightIcon width={118} height={24} />
</CustomLink>
)}
items={is_eu ? partnersEUItems : partnersItems}
Expand Down

0 comments on commit bf50b68

Please sign in to comment.