mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 01:05:20 +03:00
Filter button text
This commit is contained in:
parent
3b7b3e3064
commit
91027a7108
@ -36,7 +36,7 @@ const Filters = ({ onChange, searchParams }) => {
|
|||||||
className="block xs:hidden w-full mb-4 text-center"
|
className="block xs:hidden w-full mb-4 text-center"
|
||||||
type="text"
|
type="text"
|
||||||
>
|
>
|
||||||
Filters
|
{`${viewFilters ? 'Hide Filter' : 'Filter'}`}
|
||||||
</Button>
|
</Button>
|
||||||
<div className={`xs:flex space-y-1 xs:space-y-0 xs:space-x-4 ${viewFilters ? 'flex-col' : 'hidden'}`}>
|
<div className={`xs:flex space-y-1 xs:space-y-0 xs:space-x-4 ${viewFilters ? 'flex-col' : 'hidden'}`}>
|
||||||
<Filter
|
<Filter
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user