Skip to content

Commit

Permalink
fix: casing
Browse files Browse the repository at this point in the history
  • Loading branch information
gakshita committed Dec 13, 2024
1 parent 349e001 commit 5329e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/core/constants/event-tracker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export const PRODUCT_TOUR_COMPLETED = "Product tour completed";
export const PRODUCT_TOUR_SKIPPED = "Product tour skipped";
// Dashboard Events
export const CHANGELOG_REDIRECTED = "Changelog redirected";
export const GITHUB_REDIRECTED = "Github redirected";
export const GITHUB_REDIRECTED = "GitHub redirected";
// Sidebar Events
export const SIDEBAR_CLICKED = "Sidenav clicked";
// Global View Events
Expand Down

0 comments on commit 5329e6d

Please sign in to comment.