Remove logo from navbar, hide navbar on mobile

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-06-28 23:42:44 +02:00
parent d62232b83b
commit 5d4bbce324
8 changed files with 35 additions and 56 deletions

View File

@ -533,7 +533,7 @@ const getInstanceFeatures = (instance: Instance) => {
* @see POST /api/v1/admin/groups/:group_id/unsuspend
* @see DELETE /api/v1/admin/groups/:group_id
*/
groups: false,
groups: features.includes('pleroma:groups'),
/**
* Can hide follows/followers lists and counts.