Skip to content

Commit a7ea32b

Browse files
committed
Minor UI tooltip text refinements in dashboard
1 parent dc0c936 commit a7ea32b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dashboard/routes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,13 @@ def index(request: Request):
135135
hx_post="/refresh-all",
136136
hx_target="#main-content",
137137
hx_indicator="#loading",
138-
uk_tooltip="Refresh all."
138+
uk_tooltip="Refresh all"
139139
),
140140
A(
141141
UkIcon("github"),
142142
href="https://github.com/andrewm4894/anomstack",
143143
cls=ButtonT.ghost,
144-
uk_tooltip="View the source code on GitHub."
144+
uk_tooltip="View the source code on GitHub"
145145
),
146146
cls="space-x-2"
147147
),

0 commit comments

Comments
 (0)