Skip to content

Commit

Permalink
Remove input group for prompt front page
Browse files Browse the repository at this point in the history
  • Loading branch information
Nam Nguyen committed Jul 5, 2024
1 parent 8b108dd commit 9de5d7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/NewsFeed/Prompts/Prompt.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Prompt = () => {
return (
<>
<PromptModal />
<InputGroup size="md" w="54%" mt={3}>
{/* <InputGroup size="md" w="54%" mt={3}>
<Input
value={input}
onChange={(e) => setInput(e.target.value)}
Expand All @@ -71,7 +71,7 @@ const Prompt = () => {
Send
</Button>
</InputRightElement>
</InputGroup>
</InputGroup> */}
</>
);
};
Expand Down

0 comments on commit 9de5d7f

Please sign in to comment.