Skip to content

Commit f16cba2

Browse files
guitavanoclaude
andcommitted
fix(vtex): give the birthday matcher its own icon
Change `@icon calendar-event` → `@icon gift`. It previously shared the calendar icon with the generic Date matcher; a gift gives the birthday matcher its own identity in the admin's matcher picker. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent a0a57a1 commit f16cba2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vtex/matchers/birthday.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export interface Props {
1616
/**
1717
* @title Birthday
1818
* @description Target users based on their birth date
19-
* @icon calendar-event
19+
* @icon gift
2020
*/
2121
const MatchBirthday = async (
2222
props: Props,

0 commit comments

Comments
 (0)