We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0df81a commit 7bdc65dCopy full SHA for 7bdc65d
dashboard/routes.py
@@ -98,7 +98,14 @@ def index(request: Request):
98
main_content = Div(
99
Card(
100
DivLAligned(
101
- H2("Anomstack", cls="text-2xl font-bold pl-2"),
+ 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
109
110
Button(
111
DivLAligned(UkIcon("refresh-ccw"), cls="space-x-2"),
0 commit comments