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 dc0c936 commit a7ea32bCopy full SHA for a7ea32b
dashboard/routes.py
@@ -135,13 +135,13 @@ def index(request: Request):
135
hx_post="/refresh-all",
136
hx_target="#main-content",
137
hx_indicator="#loading",
138
- uk_tooltip="Refresh all."
+ uk_tooltip="Refresh all"
139
),
140
A(
141
UkIcon("github"),
142
href="https://github.com/andrewm4894/anomstack",
143
cls=ButtonT.ghost,
144
- uk_tooltip="View the source code on GitHub."
+ uk_tooltip="View the source code on GitHub"
145
146
cls="space-x-2"
147
0 commit comments