Skip to content

Commit

Permalink
hmm still doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
kokofixcomputers authored Oct 14, 2024
1 parent 91736a7 commit c289a7b
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 @@ -131,7 +131,7 @@ export default ({ server, className }: { server: Server; className?: string }) =
</div>
</div>
{stats && (
<div css={tw`flex flex-col sm:flex-row items-center justify-center col-span-full`}>
<div css={tw`flex flex-col sm:flex-row items-center justify-between col-span-full`}>
{/* CPU Indicator */}
<div css={tw`flex flex-col items-center w-full sm:w-auto mb-4 sm:mb-0`}>
<div css={tw`flex justify-center text-neutral-500`}>
Expand Down

0 comments on commit c289a7b

Please sign in to comment.