Skip to content

Commit

Permalink
Add plausible-event-name (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto authored Sep 16, 2024
1 parent a3a29f9 commit 6f6a4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchInput/SearchInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const SearchInput = ({ caption, placeholder }: { caption: string; placeho
location.assign(`https://ens.app/${fd.get('ens')}.eth`);
}
}}
className={styles.inputContainer}
className={clsx(styles.inputContainer, 'plausible-event-name=search')}
>
<input
onChange={e => setValue(e.currentTarget.value)}
Expand Down

0 comments on commit 6f6a4eb

Please sign in to comment.