Skip to content

Commit

Permalink
feat(web): add astro modal (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
jperler authored Oct 7, 2024
1 parent 93788fe commit fac3c9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interface/trace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export enum InterfaceSectionName {

/** Known modals for analytics purposes. */
export enum InterfaceModalName {
ASTRO_CHAIN_LAUNCH_MODAL = 'astro-chain-launch-modal',
CONFIRM_SWAP = 'confirm-swap-modal',
EXTENSION_LAUNCH_PROMOTIONAL_MODAL = 'extension-launch-promotional-modal',
GETTING_STARTED_MODAL = 'getting-started-modal',
Expand Down

0 comments on commit fac3c9d

Please sign in to comment.