File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
web/src/features/Dashboard/components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ const AvailableUpdateCard = ({
27
27
upgradeService . isLoading ;
28
28
return (
29
29
< 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" >
31
31
< p className = "u-fontSize--normal u-fontWeight--medium card-title" >
32
32
Latest Available Update
33
33
</ p >
34
34
< p className = "u-fontSize--normal" >
35
35
{ 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)
38
38
</ span >
39
39
) }
40
40
</ p >
You can’t perform that action at this time.
0 commit comments