Skip to content

Commit

Permalink
feat: add flags
Browse files Browse the repository at this point in the history
  • Loading branch information
NedcloarBR committed Jan 15, 2025
1 parent aa57a55 commit bbf3d4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/projects/small-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ export function ProjectsSmallCard({ info }: Readonly<ProjectsSmallCardProps>) {
action: "click",
category: "Projects",
label: info.name,
}, {
flags: ["Projects"]
});
openState[1](true);
}
Expand Down
2 changes: 2 additions & 0 deletions src/components/skills.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export function Skills() {
action: "click",
category: "Skills",
label: skill.name,
}, {
flags: ["Skills"]
});
setDialogSkill(skill);
setIsOpen(true);
Expand Down

0 comments on commit bbf3d4c

Please sign in to comment.