Skip to content
Snippets Groups Projects
Commit c1699b78 authored by Sascha Klawohn's avatar Sascha Klawohn
Browse files

Add subtitle to GroupsPage

parent 75976f46
No related branches found
No related tags found
1 merge request!99Groups dashboard
......@@ -8,7 +8,11 @@ export default function GroupsPage() {
const {pageVariant} = useSelect()
return (
<Page variant={pageVariant} title="Groups">
<Page
variant={pageVariant}
title="Groups"
subtitle="Manage your user groups here. Projects can also be shared with groups instead of single users."
>
<PageActions leftActions={<GroupsActions />} />
<GroupsTableFilterMenu />
<GroupsTable />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment