File tree Expand file tree Collapse file tree
source/import/components/steps Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ import figures from 'figures'
12import { Box , Text } from 'ink'
23import Link from 'ink-link'
34import 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)
You can’t perform that action at this time.
0 commit comments