Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sstraatemans committed Nov 21, 2023
1 parent 94cdf8d commit 9f50151
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions packages/apps/docs/src/pages/build/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,15 @@ 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'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">
<Link href={'/build/quickstart'}>
Quick start
</Link>
<Link href={'/build/quickstart'}>Quick start</Link>
</Button>
</Card>
</Grid.Item>
Expand Down

0 comments on commit 9f50151

Please sign in to comment.