Skip to content

Commit

Permalink
swap info and secondary
Browse files Browse the repository at this point in the history
  • Loading branch information
SemenStruchev committed Jul 20, 2023
1 parent 763ae20 commit 480f22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Breakdown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ const BreakdownItem = ({
{children}
</span>
<span className="ml-1 text-sm">
{secondary && <span className="empty:hidden">{secondary}</span>}
{info && (
<span className="mr-2 ml-1 rounded bg-white p-1 uppercase leading-6 text-black empty:hidden">
{info}
</span>
)}
{secondary && <span className="empty:hidden">{secondary}</span>}
</span>
</div>
</td>
Expand Down

0 comments on commit 480f22b

Please sign in to comment.