Style checkbox
This commit is contained in:
@@ -123,7 +123,7 @@ function Feed({ updateCache }) {
|
||||
|
||||
<div style={{marginBottom: '1rem'}}>
|
||||
<input type="checkbox" id="filter-smallweb" className="checkbox" checked={filterSmallweb} onChange={handleFilterChange} />
|
||||
<label htmlFor="filter-smallweb">Filter Smallweb</label>
|
||||
<label htmlFor="filter-smallweb">Only Smallweb</label>
|
||||
</div>
|
||||
|
||||
{error &&
|
||||
|
||||
Reference in New Issue
Block a user