Skip to content

Commit bd847b2

Browse files
feat(install instructions): add some more info
1 parent ab90afa commit bd847b2

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

source/import/components/steps/PostInstall.tsx

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import figures from 'figures'
12
import { Box, Text } from 'ink'
23
import Link from 'ink-link'
34
import React, { type FC } from 'react'
@@ -19,8 +20,10 @@ const SubgraphWarningMessage: FC = () => (
1920
padding={1}
2021
>
2122
<Text color={'yellow'}>
22-
<Text bold>WARNING:</Text> You <Text bold>MUST</Text> finish the subgraph's configuration
23-
manually
23+
{figures.warning}
24+
{figures.warning} <Text bold>WARNING:</Text> You <Text bold>MUST</Text> finish the
25+
subgraph's configuration manually {figures.warning}
26+
{figures.warning}
2427
</Text>
2528
</Box>
2629
<Text bold>Follow these steps:</Text>
@@ -35,11 +38,15 @@ const SubgraphWarningMessage: FC = () => (
3538
your console from the project's folder
3639
</Text>
3740
</Box>
41+
<Text>
42+
More configuration info in{' '}
43+
<Link url={'https://docs.dappbooster.dev/introduction/getting-started'}>the docs</Link>.
44+
</Text>
3845
<Text
3946
color={'yellow'}
4047
bold
4148
>
42-
Only after you have followed the previous steps you may proceed.
49+
{figures.info} Only after you have followed the previous steps you may proceed.
4350
</Text>
4451
</Box>
4552
)

0 commit comments

Comments
 (0)