Skip to content

Commit 5245778

Browse files
committed
Small fix
1 parent 8e2fc1f commit 5245778

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/projects/ProjectCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function ProjectCard({ project }: Props) {
1818

1919
const handleClick = (url: string, btnName: string) => {
2020
window.open(url, 'blank')?.focus();
21-
sendClickEvent('Projects', `Clicked ${btnName}`);
21+
sendClickEvent('Projects', `Clicked ${btnName} of project ${url}`);
2222
};
2323

2424
const styles = {

0 commit comments

Comments
 (0)