replace reference to "README" with "docs" to avoid confusion for folks who do not have access to README (#866)

This commit is contained in:
Olcan
2025-06-08 19:19:33 -07:00
committed by GitHub
parent b2cbdf3091
commit 7c5de0ce31
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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>