Skip to content

Commit

Permalink
fixup! 📱(frontend) doc header small mobile friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoLC committed Oct 4, 2024
1 parent 3e1a38d commit 4e6e335
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ export const DocToolBox = ({ doc, versionId }: DocToolBoxProps) => {
</Box>
)}
<Box $direction="row" $margin={{ left: 'auto' }} $gap="1rem">
<Button
<Button
onClick={() => {
setIsModalShareOpen(true);
}}
size={isSmallMobile ? 'small' : 'medium'}
size={isSmallMobile ? 'small' : 'medium'}
>
{t('Share')}
</Button>
<DropButton
<DropButton
button={
<IconOptions
isOpen={isDropOpen}
Expand Down

0 comments on commit 4e6e335

Please sign in to comment.