Skip to content

Commit

Permalink
Merge pull request #1669 from blocknative/ge-docs-graphic-update
Browse files Browse the repository at this point in the history
homepage networks graphic update
  • Loading branch information
gesquinca committed May 2, 2023
2 parents 7ec0ab9 + 9b017d5 commit 10c7cc5
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 45 deletions.
8 changes: 6 additions & 2 deletions docs/src/lib/components/FeaturesSection.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import FeatureCard from './FeatureCard.svelte'
import FrameworksGraphic from './svg/frameworks-group.svelte'
import NetworksGraphic from './svg/networks-group.svelte'
import NotifyGraphic from './svg/notify-group.svelte'
import NetworksGraphic from './svg/networks-graphic.svg'
import AccountCenterGraphic from './svg/account-center-graphic.svg'
import WalletsGraphic from './svg/wallet-row.svg'
import TransactionPreviewGraphic from './svg/transaction-preview-graphic.svg'
Expand Down Expand Up @@ -78,7 +78,11 @@
<Button href="/examples/connect-wallet" buttonStyle={'link'}>{'View Demo'}</Button>
</Flexbox>
</TextBlock>
<NetworksGraphic />
<img
src={NetworksGraphic}
alt="Onboard Supported Chains"
style="margin: auto; max-width: 80%;"
/>
</div>
</Container>
<ScrollContainer>
Expand Down
Loading

0 comments on commit 10c7cc5

Please sign in to comment.