Skip to content

Commit

Permalink
refactor: refactoring after review
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang committed Oct 19, 2023
1 parent cf50da0 commit 2531acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/components/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const handlePlaygroundClick = () => {
};

const handleContrastCheckerClick = () => {
global.analytics.track('openedx.paragon.docs.menu.tools.visit_contrast_checker');
global.analytics.track('openedx.paragon.docs.menu.tools.visit_contrast_checker.clicked');
};

MenuComponentListCategory.propTypes = {
Expand Down

0 comments on commit 2531acc

Please sign in to comment.