mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Close instead of cancel to close the search bar
This commit is contained in:
parent
678f60823b
commit
404a9d093e
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ function SmallHeaderLayout(props: LibraryHeaderProps): JSX.Element {
|
|||
event.preventDefault()
|
||||
}}
|
||||
>
|
||||
Cancel
|
||||
Close
|
||||
</Button>
|
||||
</HStack>
|
||||
) : (
|
||||
|
|
|
|||
Loading…
Reference in a new issue