|
1 | 1 | import figures from 'figures'
|
2 | 2 | import { Box, Text } from 'ink'
|
3 | 3 | import Link from 'ink-link'
|
4 |
| -import React, { type FC } from 'react' |
| 4 | +import type { FC } from 'react' |
5 | 5 | import type { InstallationType, MultiSelectItem } from '../../types/types.js'
|
6 | 6 | import { featureSelected } from '../../utils/utils.js'
|
7 | 7 | import Divider from '../Divider.js'
|
@@ -30,8 +30,8 @@ const SubgraphWarningMessage: FC = () => (
|
30 | 30 | <Box flexDirection={'column'}>
|
31 | 31 | <Text>
|
32 | 32 | 1- Provide your own API key for <Text bold>PUBLIC_SUBGRAPHS_API_KEY</Text> in{' '}
|
33 |
| - <Text bold>.env.local</Text> You can get one at{' '} |
34 |
| - <Link url="https://thegraph.com/studio/apikeys">https://thegraph.com/studio/apikeys</Link> |
| 33 | + <Text bold>.env.local</Text> You can get one{' '} |
| 34 | + <Link url="https://thegraph.com/studio/apikeys">here</Link> |
35 | 35 | </Text>
|
36 | 36 | <Text>
|
37 | 37 | 2- After the API key is correctly configured, run <Text bold>pnpm subgraph-codegen</Text> in
|
@@ -72,9 +72,12 @@ const PostInstallMessage: FC<{ projectName: string }> = ({ projectName }) => (
|
72 | 72 | - Check out <Text bold>.env.local</Text> for more configurations.
|
73 | 73 | </Text>
|
74 | 74 | <Text>
|
75 |
| - - Read the docs at{' '} |
76 |
| - <Link url="https://docs.dappbooster.dev">https://docs.dappbooster.dev</Link> to know more |
77 |
| - about <Text bold>dAppBooster</Text> |
| 75 | + - Read <Link url="https://docs.dappbooster.dev">the docs</Link> to know more about{' '} |
| 76 | + <Text bold>dAppBooster</Text>! |
| 77 | + </Text> |
| 78 | + <Text> |
| 79 | + - Report issues with this installer{' '} |
| 80 | + <Link url="https://github.com/BootNodeDev/dAppBoosterInstallScript/issues">here</Link> |
78 | 81 | </Text>
|
79 | 82 | </Box>
|
80 | 83 | </Box>
|
|
0 commit comments