Skip to content

Commit 0fd3ad3

Browse files
author
Julian Roeland
committed
👌 - fix: updated the icon
1 parent d0074e9 commit 0fd3ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/hooks/useZaakReviewStatusBadges.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function useZaakReviewStatusBadges(
3333
return (
3434
// @ts-expect-error - style props not supported (yet?)
3535
<Badge key={z.uuid} level="info" style={{ display: "block" }}>
36-
<Solid.ClockIcon /> Herboordelen
36+
<Solid.ArrowPathRoundedSquareIcon /> Herboordelen
3737
</Badge>
3838
);
3939
}

0 commit comments

Comments
 (0)