Skip to content

Commit

Permalink
re-add hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthiago committed Feb 13, 2025
1 parent 7067a2a commit 31686dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/chat/ChatInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const SmartActionsInput = ({
</div>
<div className='bitte-flex bitte-gap-2 bitte-w-full lg:bitte-contents'>
{mobileInputExtraButton ? (
<div className='bitte-w-full'>{mobileInputExtraButton}</div>
<div className='bitte-w-full lg:bitte-hidden'>{mobileInputExtraButton}</div>
) : null}
<Button
type='submit'
Expand Down

0 comments on commit 31686dc

Please sign in to comment.