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 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'
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 >
You can’t perform that action at this time.
0 commit comments