Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sstraatemans committed Nov 21, 2023
1 parent 9f50151 commit 9a2b2ca
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions packages/apps/docs/src/pages/build/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ const Home: FC<IProps> = ({ blogPosts, popularPages }) => {
<Heading as="h4">Get started with tutorials</Heading>
<Box marginY="$4">
<Text>
Building applications to run on a blockchain doesn't have to be
hard, time-consuming, or expensive. Get started with the basics
through hands-on tutorials. Learn how to set up a development
network, create and fund a development wallet, deploy a smart
contract, and more. Take the first step by clicking Quick start.
Building applications to run on a blockchain doesn&apos;t have
to be hard, time-consuming, or expensive. Get started with the
basics through hands-on tutorials. Learn how to set up a
development network, create and fund a development wallet,
deploy a smart contract, and more. Take the first step by
clicking Quick start.
</Text>
</Box>
<Button as="a" asChild icon="TrailingIcon">
Expand Down

0 comments on commit 9a2b2ca

Please sign in to comment.