Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalabbad committed Feb 5, 2025
1 parent 8dfafb1 commit e7dab2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/app/src/entities/diff/ui/diff-computing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ export function DiffComputing({ sourceBranch, destinationBranch }: DiffComputing
<h1 className="font-semibold inline-flex gap-1.5">
We are computing the diff between
<Badge variant="blue">
<Icon icon={"mdi:layers-triple"} className="mr-1" />
<Icon icon="mdi:layers-triple" className="mr-1" />
{sourceBranch}
</Badge>
and
<Badge variant="green">
<Icon icon={"mdi:layers-triple"} className="mr-1" />
<Icon icon="mdi:layers-triple" className="mr-1" />
{destinationBranch}
</Badge>
</h1>
Expand Down

0 comments on commit e7dab2f

Please sign in to comment.