diff --git a/ui/src/pages/Badges/index.tsx b/ui/src/pages/Badges/index.tsx index 9ca6d9a05..22ecb7dca 100644 --- a/ui/src/pages/Badges/index.tsx +++ b/ui/src/pages/Badges/index.tsx @@ -35,11 +35,11 @@ const Index = () => { return (
-

{t('title')}

+

{t('title')}

{badgesList?.map((item) => { return (
-
{item.group_name}
+

{item.group_name}

{item.badges?.map((badge) => { return ( diff --git a/ui/src/pages/Tags/index.tsx b/ui/src/pages/Tags/index.tsx index b3e22fff5..0af4a1c46 100644 --- a/ui/src/pages/Tags/index.tsx +++ b/ui/src/pages/Tags/index.tsx @@ -81,7 +81,7 @@ const Tags = () => { return ( -

{t('title')}

+

{t('title')}

diff --git a/ui/src/pages/Users/index.tsx b/ui/src/pages/Users/index.tsx index 9382af7a0..431b72ebf 100644 --- a/ui/src/pages/Users/index.tsx +++ b/ui/src/pages/Users/index.tsx @@ -43,7 +43,7 @@ const Users = () => { return ( -

{t('title')}

+

{t('title')}

@@ -55,7 +55,7 @@ const Users = () => { -
{t(key)}
+

{t(key)}