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

@@ -36,7 +36,10 @@ export function Component(props: Props & WithDispatcher) {
}
{
AVAILABLE_EXPERIMENTS.length === 0 &&
<Text id="app.settings.pages.experiments.not_available" />
<div className={styles.empty}>
<Text id="app.settings.pages.experiments.not_available" />
</div>
}
</div>
);