Skip to content

Commit 67818f2

Browse files
committed
icon ccw => cw
1 parent 51a2ea3 commit 67818f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/app/src/entities/proposed-changes/ui/diff-summary/diff-summary-tag-group.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { cva, type VariantProps } from "class-variance-authority";
2-
import { CircleMinusIcon, CirclePlusIcon, RefreshCcwIcon, TriangleAlertIcon } from "lucide-react";
2+
import { CircleMinusIcon, CirclePlusIcon, RefreshCwIcon, TriangleAlertIcon } from "lucide-react";
33
import {
44
Tag,
55
TagGroup,
@@ -79,7 +79,7 @@ export function DiffSummaryIcon({
7979
case "removed":
8080
return <CircleMinusIcon className={className} {...props} />;
8181
case "updated":
82-
return <RefreshCcwIcon className={className} {...props} />;
82+
return <RefreshCwIcon className={className} {...props} />;
8383
case "conflicts":
8484
return <TriangleAlertIcon className={className} {...props} />;
8585
default:

0 commit comments

Comments
 (0)