Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gesquinca committed May 2, 2023
1 parent e39b412 commit 9b017d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/src/lib/components/FeaturesSection.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@
<Button href="/examples/connect-wallet" buttonStyle={'link'}>{'View Demo'}</Button>
</Flexbox>
</TextBlock>
<img
src={NetworksGraphic}
alt="Onboard Supported Chains"
style="margin: auto; max-width: 80%;"
/>
<img
src={NetworksGraphic}
alt="Onboard Supported Chains"
style="margin: auto; max-width: 80%;"
/>
</div>
</Container>
<ScrollContainer>
Expand Down

0 comments on commit 9b017d5

Please sign in to comment.