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 37edbd8c18
commit a3d11e8fef
2 changed files with 3 additions and 3 deletions

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>