Skip to content

Commit 10c7cc5

Browse files
authored
Merge pull request #1669 from blocknative/ge-docs-graphic-update
homepage networks graphic update
2 parents 7ec0ab9 + 9b017d5 commit 10c7cc5

File tree

2 files changed

+150
-45
lines changed

2 files changed

+150
-45
lines changed

docs/src/lib/components/FeaturesSection.svelte

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
import FeatureCard from './FeatureCard.svelte'
88
99
import FrameworksGraphic from './svg/frameworks-group.svelte'
10-
import NetworksGraphic from './svg/networks-group.svelte'
1110
import NotifyGraphic from './svg/notify-group.svelte'
11+
import NetworksGraphic from './svg/networks-graphic.svg'
1212
import AccountCenterGraphic from './svg/account-center-graphic.svg'
1313
import WalletsGraphic from './svg/wallet-row.svg'
1414
import TransactionPreviewGraphic from './svg/transaction-preview-graphic.svg'
@@ -78,7 +78,11 @@
7878
<Button href="/examples/connect-wallet" buttonStyle={'link'}>{'View Demo'}</Button>
7979
</Flexbox>
8080
</TextBlock>
81-
<NetworksGraphic />
81+
<img
82+
src={NetworksGraphic}
83+
alt="Onboard Supported Chains"
84+
style="margin: auto; max-width: 80%;"
85+
/>
8286
</div>
8387
</Container>
8488
<ScrollContainer>

0 commit comments

Comments
 (0)