Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

graphic update #1669

Merged
merged 2 commits into from
May 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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