@@ -80,14 +82,16 @@ export function Header () {
}
-
-
-
-
+
+
+
-
+ Groups
+ {groupId}
+
+
Logout
diff --git a/ui/src/theme/project/typography.scss b/ui/src/theme/project/typography.scss
index 770baabb4..058e6666d 100644
--- a/ui/src/theme/project/typography.scss
+++ b/ui/src/theme/project/typography.scss
@@ -10,4 +10,12 @@
.lead {
line-height: 36px;
+}
+
+.text-sm {
+ padding: 0.25rem 0.5rem;
+ font-size: 0.875rem;
+ line-height: 1.5;
+ border-radius: 0.2rem;
+ display: block;
}
\ No newline at end of file