Skip to content

Commit 7bdc65d

Browse files
committed
Add tagline and improve header layout in dashboard index
1 parent b0df81a commit 7bdc65d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

dashboard/routes.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,14 @@ def index(request: Request):
9898
main_content = Div(
9999
Card(
100100
DivLAligned(
101-
H2("Anomstack", cls="text-2xl font-bold pl-2"),
101+
Div(
102+
H2("Anomstack", cls="text-2xl font-bold pl-2"),
103+
P(
104+
"Painless open source anomaly detection for your metrics 📈📉🚀",
105+
cls="text-muted-foreground pl-2",
106+
),
107+
cls="flex flex-col",
108+
),
102109
DivLAligned(
103110
Button(
104111
DivLAligned(UkIcon("refresh-ccw"), cls="space-x-2"),

0 commit comments

Comments
 (0)