Skip to content

Commit

Permalink
More text hiding on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Sep 24, 2024
1 parent d6b1ebd commit 37cecdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ShutdownActionIcon/ShutdownActionIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function ShutdownActionIcon() {
<IconArrowBarLeft />
)}
</ActionIcon>
<Text size="sm" c="gray.2">
<Text size="sm" c="gray.2" hiddenFrom="sm">
Shutdown
</Text>
</Group>
Expand Down

0 comments on commit 37cecdd

Please sign in to comment.