Skip to content

Commit

Permalink
Update ServerRow.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kokofixcomputers authored Oct 6, 2024
1 parent ffbdef8 commit 979fcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/scripts/components/dashboard/ServerRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const IconDescription = styled.p<{ $alarm?: boolean }>`
${(props) => props.$alarm && tw`text-red-300`};
`;

const StatusIndicatorBox = styled(GreyRowBox)<{ $status: ServerPowerState | undefined; $bg: string }>`
const StatusIndicatorBox = styled(GreyRowBox)<{ $status: ServerPowerState | undefined; $bg: string }>
${tw`grid grid-cols-12 gap-4 relative`};

${({ $bg }) => `background-image: url("${$bg}");`}
Expand Down

0 comments on commit 979fcdf

Please sign in to comment.