Skip to content

Commit

Permalink
Merge pull request #14 from dsrvlabs/develop
Browse files Browse the repository at this point in the history
merge branch 'develop'
  • Loading branch information
altpd13 authored Jul 22, 2024
2 parents 89d5907 + 52fb2f6 commit 0e13c84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ChainSelectButtonContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const ChainSelectButtonContainer: FunctionComponent<InterfaceProps> = ({
style={{ width: '35px', marginRight: '20px' }}
alt="Injective logo"
/>
<b>Injective (CosmWasm)</b>
<b>Injective</b>
<Badge bg="danger" style={{ position: 'absolute', right: '10px', top: '0px' }}>
Beta
</Badge>
Expand Down Expand Up @@ -87,7 +87,7 @@ export const ChainSelectButtonContainer: FunctionComponent<InterfaceProps> = ({
}}
>
<img src={Neutron} style={{ width: '35px', marginRight: '20px' }} alt="Neutron logo" />
<b>Neutron (CosmWasm)</b>
<b>Neutron</b>
</ListGroup.Item>
<ListGroup.Item
as="li"
Expand Down

0 comments on commit 0e13c84

Please sign in to comment.