Skip to content

Commit 9b017d5

Browse files
committed
fix indentation
1 parent e39b412 commit 9b017d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/src/lib/components/FeaturesSection.svelte

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@
7878
<Button href="/examples/connect-wallet" buttonStyle={'link'}>{'View Demo'}</Button>
7979
</Flexbox>
8080
</TextBlock>
81-
<img
82-
src={NetworksGraphic}
83-
alt="Onboard Supported Chains"
84-
style="margin: auto; max-width: 80%;"
85-
/>
81+
<img
82+
src={NetworksGraphic}
83+
alt="Onboard Supported Chains"
84+
style="margin: auto; max-width: 80%;"
85+
/>
8686
</div>
8787
</Container>
8888
<ScrollContainer>

0 commit comments

Comments
 (0)