Skip to content

Commit

Permalink
style update
Browse files Browse the repository at this point in the history
  • Loading branch information
miaawong committed Aug 20, 2024
1 parent ae01388 commit 6bf13b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/features/Dashboard/components/AvailableUpdateCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ const AvailableUpdateCard = ({
upgradeService.isLoading;
return (
<div className="tw-mt-4">
<div className="flex justifyContent--spaceBetween alignItems--center u-marginBottom--15">
<div className="flex alignItems--center u-marginBottom--15">
<p className="u-fontSize--normal u-fontWeight--medium card-title">
Latest Available Update
</p>
<p className="u-fontSize--normal">
{updates && updates.length > 0 && (
<span className="u-fontSize--small u-fontWeight--medium u-textColor--bodyCopy">
{updates.length} available
<span className="u-fontSize--small u-fontWeight--medium u-textColor--bodyCopy tw-ml-2">
({updates.length} available)
</span>
)}
</p>
Expand Down

0 comments on commit 6bf13b5

Please sign in to comment.