We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0074e9 commit 0fd3ad3Copy full SHA for 0fd3ad3
frontend/src/hooks/useZaakReviewStatusBadges.tsx
@@ -33,7 +33,7 @@ export function useZaakReviewStatusBadges(
33
return (
34
// @ts-expect-error - style props not supported (yet?)
35
<Badge key={z.uuid} level="info" style={{ display: "block" }}>
36
- <Solid.ClockIcon /> Herboordelen
+ <Solid.ArrowPathRoundedSquareIcon /> Herboordelen
37
</Badge>
38
);
39
}
0 commit comments