Skip to content

Commit

Permalink
👌 - fix: updated the icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Roeland committed Dec 3, 2024
1 parent d0074e9 commit 0fd3ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/hooks/useZaakReviewStatusBadges.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function useZaakReviewStatusBadges(
return (
// @ts-expect-error - style props not supported (yet?)
<Badge key={z.uuid} level="info" style={{ display: "block" }}>
<Solid.ClockIcon /> Herboordelen
<Solid.ArrowPathRoundedSquareIcon /> Herboordelen
</Badge>
);
}
Expand Down

0 comments on commit 0fd3ad3

Please sign in to comment.