Skip to content

Commit

Permalink
Fix minor text theme bug (#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikos Kontakis authored Oct 30, 2023
1 parent ac8fc06 commit ab3b928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modals/Networks/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const Networks = () => {
alignItems: 'center',
}}
>
{t('provider')}:{' '}
<p>{t('provider')}:</p>
<ButtonTertiary
text={rpcEndpoint}
onClick={() => openPromptWith(<ProvidersPrompt />)}
Expand Down

0 comments on commit ab3b928

Please sign in to comment.