Change checkbox label to "Small websites"

This commit is contained in:
2025-12-16 23:41:11 +00:00
parent 82478c469d
commit a1ebcc6d80

View File

@@ -118,7 +118,7 @@ function Feed({ updateCache }) {
<div style={{marginBottom: '1rem'}}> <div style={{marginBottom: '1rem'}}>
<input type="checkbox" id="filter-smallweb" className="checkbox" checked={filterSmallweb} onChange={handleFilterChange} /> <input type="checkbox" id="filter-smallweb" className="checkbox" checked={filterSmallweb} onChange={handleFilterChange} />
<label htmlFor="filter-smallweb">Only Smallweb</label> <label htmlFor="filter-smallweb">Small websites</label>
</div> </div>
{error && {error &&