Fix: Small update to categories and icons

This commit is contained in:
nizune
2021-06-28 09:55:05 +02:00
parent af9d6fdedf
commit b812aa64ca
5 changed files with 30 additions and 13 deletions

View File

@@ -30,7 +30,7 @@ export default function ServerSettings() {
<GenericSettings
pages={[
{
category: <Category variant="uniform" text={server.name} />,
category: <Category variant="uniform" text={server.name} />, //TOFIX: Just add the server.name as a string, otherwise it makes a duplicate category
id: 'overview',
icon: <ListUl size={20} />,
title: <Text id="app.settings.channel_pages.overview.title" />