File tree Expand file tree Collapse file tree 2 files changed +150
-45
lines changed Expand file tree Collapse file tree 2 files changed +150
-45
lines changed Original file line number Diff line number Diff line change 7
7
import FeatureCard from ' ./FeatureCard.svelte'
8
8
9
9
import FrameworksGraphic from ' ./svg/frameworks-group.svelte'
10
- import NetworksGraphic from ' ./svg/networks-group.svelte'
11
10
import NotifyGraphic from ' ./svg/notify-group.svelte'
11
+ import NetworksGraphic from ' ./svg/networks-graphic.svg'
12
12
import AccountCenterGraphic from ' ./svg/account-center-graphic.svg'
13
13
import WalletsGraphic from ' ./svg/wallet-row.svg'
14
14
import TransactionPreviewGraphic from ' ./svg/transaction-preview-graphic.svg'
78
78
<Button href ="/examples/connect-wallet" buttonStyle ={' link' }>{' View Demo' }</Button >
79
79
</Flexbox >
80
80
</TextBlock >
81
- <NetworksGraphic />
81
+ <img
82
+ src ={NetworksGraphic }
83
+ alt =" Onboard Supported Chains"
84
+ style =" margin: auto; max-width: 80%;"
85
+ />
82
86
</div >
83
87
</Container >
84
88
<ScrollContainer >
You can’t perform that action at this time.
0 commit comments