Skip to content

Commit

Permalink
systemd: align properties under each other
Browse files Browse the repository at this point in the history
  • Loading branch information
jelly authored and martinpitt committed Jul 20, 2023
1 parent 170fb5d commit 895b2d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/systemd/overview-cards/motdCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ export const MotdCard = () => {
const actionClose = <>
{superuser.allowed &&
<Button variant="plain"
id="motd-box-edit"
onClick={() => Dialogs.show(<MotdEditDialog text={motdText} />)}
aria-label={_("Edit motd")}>
id="motd-box-edit"
onClick={() => Dialogs.show(<MotdEditDialog text={motdText} />)}
aria-label={_("Edit motd")}>
<EditIcon />
</Button>}
<AlertActionCloseButton onClose={hideAlert} />
Expand Down

0 comments on commit 895b2d0

Please sign in to comment.