Improve conversion to/from Claude (#108)

* Increase min width of prompt variant

* Increase width of custom instructions input

* Start recording API docs

* Provide better instructions for converting to/from Claude

* Fix prettier
This commit is contained in:
arcticfly
2023-08-01 21:03:23 -07:00
committed by GitHub
parent 026532f2c2
commit 72c70e2a55
6 changed files with 22 additions and 83 deletions

View File

@@ -97,7 +97,7 @@ export const RefinePromptModal = ({
<ModalCloseButton />
<ModalBody maxW="unset">
<VStack spacing={8}>
<VStack spacing={4}>
<VStack spacing={4} w="full">
{Object.keys(refinementActions).length && (
<>
<SimpleGrid columns={{ base: 1, md: 2 }} spacing={8}>