Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydo committed Jul 4, 2024
1 parent 9f82063 commit 8b108dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/NewsFeed/Prompts/CuteDog.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const CuteDog = ({ openModal }) => {
<PopoverContent>
<PopoverArrow />
<PopoverCloseButton />
<PopoverBody>
<PopoverBody pl={3} pr={3} pt={8} pb={3}>
<Text>{`${prompt.content.slice(0, 300)}`}</Text>
<Input
value={input}
Expand All @@ -97,6 +97,7 @@ const CuteDog = ({ openModal }) => {
// variant="flushed"
/>
<Button
float="right"
rightIcon={<Icon as={IoIosSend} />}
h="1.75rem"
size="sm"
Expand Down

0 comments on commit 8b108dd

Please sign in to comment.