Skip to content

Commit

Permalink
Fix visible/hidden logic
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Sep 24, 2024
1 parent 37cecdd commit 9a038aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/LVMWebRoot/LVMAppShell/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default function Header() {
<Link href="/">
<Group>
<Image src="/lvm_logo.png" h={44} alt="LVM logo" />
<Title order={3} className={classes.title} hiddenFrom="sm">
<Title order={3} className={classes.title} visibleFrom="sm">
LVM Web
</Title>
</Group>
Expand Down
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" hiddenFrom="sm">
<Text size="sm" c="gray.2" visibleFrom="sm">
Shutdown
</Text>
</Group>
Expand Down

0 comments on commit 9a038aa

Please sign in to comment.