Skip to content

Commit

Permalink
feat(web): add language selected event (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackShort authored Jul 25, 2024
1 parent 378e694 commit c23fbf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interface/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export enum InterfaceEventName {
EXTERNAL_LINK_CLICK = 'External Link Click',
FIAT_ONRAMP_BANNER_CLICKED = 'Fiat Onramp Banner Clicked',
FIAT_ONRAMP_WIDGET_OPENED = 'Fiat Onramp Widget Opened',
LANGUAGE_SELECTED = 'Language Selected',
MINI_PORTFOLIO_TOGGLED = 'Mini Portfolio Drawer Toggled',
NAVBAR_RESULT_SELECTED = 'Navbar Result Selected',
NAVBAR_SEARCH_EXITED = 'Navbar Search Exited',
Expand Down

0 comments on commit c23fbf1

Please sign in to comment.