feat: Add /docs command and update UI (#1297)

This commit is contained in:
N. Taylor Mullen
2025-06-22 16:54:10 +01:00
committed by GitHub
parent 4cfab0a893
commit cb76b08e31
3 changed files with 24 additions and 3 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ export const Footer: React.FC<FooterProps> = ({
</Text>
) : (
<Text color={Colors.AccentRed}>
no sandbox <Text color={Colors.Gray}>(see docs)</Text>
no sandbox <Text color={Colors.Gray}>(see /docs)</Text>
</Text>
)}
</Box>