fix(catalog filters): clarify label

This commit is contained in:
Tom (plebeius.eth)
2024-06-21 22:19:33 +02:00
parent bf882d1890
commit 677fe641a3
@@ -25,7 +25,7 @@ const FiltersModal = ({ closeModal }: { closeModal: () => void }) => {
{isInCatalogView && (
<label className={styles.paddingBottom}>
<input type='checkbox' checked={!showTextOnlyThreads} onChange={(e) => setShowTextOnlyThreads(!e.target.checked)} />
Hide Text-Only Posts
Hide Threads Without Media
</label>
)}
{isInAllView && (