mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(catalog filters): clarify label
This commit is contained in:
@@ -25,7 +25,7 @@ const FiltersModal = ({ closeModal }: { closeModal: () => void }) => {
|
|||||||
{isInCatalogView && (
|
{isInCatalogView && (
|
||||||
<label className={styles.paddingBottom}>
|
<label className={styles.paddingBottom}>
|
||||||
<input type='checkbox' checked={!showTextOnlyThreads} onChange={(e) => setShowTextOnlyThreads(!e.target.checked)} />
|
<input type='checkbox' checked={!showTextOnlyThreads} onChange={(e) => setShowTextOnlyThreads(!e.target.checked)} />
|
||||||
Hide Text-Only Posts
|
Hide Threads Without Media
|
||||||
</label>
|
</label>
|
||||||
)}
|
)}
|
||||||
{isInAllView && (
|
{isInAllView && (
|
||||||
|
|||||||
Reference in New Issue
Block a user