feat: community instead of subreddit
This commit is contained in:
parent
a2b6341cfd
commit
24f7e3d653
|
|
@ -44,7 +44,7 @@ const LemmySettings: FC = () => {
|
|||
</div>
|
||||
))}
|
||||
</div>
|
||||
<Button onClick={addField}>Add Subreddit</Button>
|
||||
<Button onClick={addField}>Add Community</Button>
|
||||
{fields.length === 0 && (
|
||||
<div className="text-red-500 text-[12px] mt-[10px]">
|
||||
Please add at least one Subreddit
|
||||
|
|
|
|||
Loading…
Reference in New Issue