summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/components/Footer.tsx
diff options
context:
space:
mode:
authorOlcan <[email protected]>2025-06-08 19:19:33 -0700
committerGitHub <[email protected]>2025-06-08 19:19:33 -0700
commita3d11e8fef23f466abec7a8a5f400cbc30a6c5fb (patch)
tree3c36faee8e446a8766f32d6edff8081b9ad67f55 /packages/cli/src/ui/components/Footer.tsx
parent37edbd8c18c19d28c290f6dc2c5d54add0144479 (diff)
replace reference to "README" with "docs" to avoid confusion for folks who do not have access to README (#866)
Diffstat (limited to 'packages/cli/src/ui/components/Footer.tsx')
-rw-r--r--packages/cli/src/ui/components/Footer.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/components/Footer.tsx b/packages/cli/src/ui/components/Footer.tsx
index c35a97eb..546fd18b 100644
--- a/packages/cli/src/ui/components/Footer.tsx
+++ b/packages/cli/src/ui/components/Footer.tsx
@@ -66,7 +66,7 @@ export const Footer: React.FC<FooterProps> = ({
</Text>
) : (
<Text color={Colors.AccentRed}>
- no sandbox <Text color={Colors.Gray}>(see README)</Text>
+ no sandbox <Text color={Colors.Gray}>(see docs)</Text>
</Text>
)}
</Box>