Skip to content

Commit

Permalink
Merge pull request #237 from nada-deriv/nada/logo-issues
Browse files Browse the repository at this point in the history
fix: logo sizes
  • Loading branch information
farrah-deriv authored Aug 2, 2024
2 parents e960714 + 5ef6752 commit 9cdd198
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/BlockedScenarios/BlockedScenarios.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const BlockedScenarios = ({ type }: { type: string }) => {
<Localize i18n_default_text='To use Deriv P2P, switch to your real USD account.' />
</Text>
),
icon: <P2pUnavailable />,
icon: <P2pUnavailable height={iconSize} width={iconSize} />,
title: (
<Text weight='bold'>
<Localize i18n_default_text='Cryptocurrencies not supported' />
Expand All @@ -82,7 +82,7 @@ const BlockedScenarios = ({ type }: { type: string }) => {
<Localize i18n_default_text='Please switch to Real USD account to access the Deriv P2P marketplace.' />
</Text>
),
icon: <P2pUnavailable />,
icon: <P2pUnavailable height={iconSize} width={iconSize} />,
title: (
<Text weight='bold'>
<Localize i18n_default_text='You are using a demo account' />
Expand All @@ -100,7 +100,7 @@ const BlockedScenarios = ({ type }: { type: string }) => {
<Localize i18n_default_text='Please create a Real USD account to access the Deriv P2P marketplace.' />
</Text>
),
icon: <P2pUnavailable />,
icon: <P2pUnavailable height={iconSize} width={iconSize} />,
title: (
<Text weight='bold'>
<Localize i18n_default_text='You have no Real USD account' />
Expand Down

0 comments on commit 9cdd198

Please sign in to comment.