Skip to content

Commit

Permalink
onClick->onPress
Browse files Browse the repository at this point in the history
  • Loading branch information
lerte committed Oct 18, 2024
1 parent 1894d73 commit 9c32248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/components/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const DocSearch = ({ appId, apiKey, indexName }: DocSearchProps) => {
</style>
<Button
variant="text"
onClick={onOpen}
onPress={onOpen}
ref={searchButtonRef}
className="ml-0 md:ml-2 lg:ml-4"
>
Expand Down

0 comments on commit 9c32248

Please sign in to comment.