Skip to content

Commit

Permalink
chore(style): styling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Han committed Nov 26, 2021
1 parent d6be4d5 commit 080779b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const Settings = (props: Props) => {
<Destination>
<FormattedMessage
id='layouts.wallet.header.walletConnect'
defaultMessage='WalletConnect'
defaultMessage='Wallet Connect'
/>
</Destination>
</DropdownMenuItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const AddNewConnectionStep = (props) => {
return (
<Wrapper>
<Text weight={600} color='grey900' size='20px' style={{ marginBottom: '1rem' }}>
Copy and paste the connection string below from desired Dapp.
Copy and paste the Wallet Connect text below from desired Dapp.
</Text>
<Field
name='newConnectionString'
Expand All @@ -37,6 +37,7 @@ const AddNewConnectionStep = (props) => {
data-e2e='addConnection'
nature='primary'
size='16px'
style={{ marginTop: '1rem' }}
onClick={props.walletConnectActions.addNewDappConnection}
>
Add Connection
Expand Down

0 comments on commit 080779b

Please sign in to comment.