Skip to content

Commit 8c962f2

Browse files
committed
style update
1 parent 8d582d5 commit 8c962f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/src/features/Dashboard/components/AvailableUpdateCard.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ const AvailableUpdateCard = ({
2727
upgradeService.isLoading;
2828
return (
2929
<div className="tw-mt-4">
30-
<div className="flex justifyContent--spaceBetween alignItems--center u-marginBottom--15">
30+
<div className="flex alignItems--center u-marginBottom--15">
3131
<p className="u-fontSize--normal u-fontWeight--medium card-title">
3232
Latest Available Update
3333
</p>
3434
<p className="u-fontSize--normal">
3535
{updates && updates.length > 0 && (
36-
<span className="u-fontSize--small u-fontWeight--medium u-textColor--bodyCopy">
37-
{updates.length} available
36+
<span className="u-fontSize--small u-fontWeight--medium u-textColor--bodyCopy tw-ml-2">
37+
({updates.length} available)
3838
</span>
3939
)}
4040
</p>

0 commit comments

Comments
 (0)