add breadcrumb to navigation

This commit is contained in:
proddy
2024-11-24 13:05:38 +01:00
parent 5c60ea9c15
commit d47b3b9276
12 changed files with 43 additions and 26 deletions

View File

@@ -10,7 +10,7 @@ import SecuritySettings from './SecuritySettings';
const Security = () => {
const { LL } = useI18nContext();
useLayoutTitle(LL.SETTINGS_OF(LL.SECURITY(0)));
useLayoutTitle(LL.SECURITY(0));
const { routerTab } = useRouterTab();