Skip to content

Commit

Permalink
don't hide buttons on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Jan 24, 2025
1 parent a4a7128 commit cdc5ef4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/stateless/components/actions/ActionCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export const ActionCard = ({
<Tooltip title={t('button.moveUp')}>
<IconButton
Icon={ArrowUpward}
className="hidden sm:block"
onClick={onMoveUp}
size="sm"
variant="ghost"
Expand All @@ -94,7 +93,6 @@ export const ActionCard = ({
<Tooltip title={t('button.moveDown')}>
<IconButton
Icon={ArrowDownward}
className="hidden sm:block"
onClick={onMoveDown}
size="sm"
variant="ghost"
Expand All @@ -121,7 +119,6 @@ export const ActionCard = ({
<Tooltip title={t('button.duplicate')}>
<IconButton
Icon={CopyAll}
className="hidden sm:block"
onClick={onDuplicate}
size="sm"
variant="ghost"
Expand Down

0 comments on commit cdc5ef4

Please sign in to comment.