mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Inline tooltip
This commit is contained in:
parent
e65ae530d9
commit
b40e05f3f2
@ -25,7 +25,10 @@ function TotalUsersDisplay() {
|
||||
{anonymousUsersCount > 0 ? (
|
||||
<>
|
||||
{" "}(+ {anonymousUsersCount}{" "}
|
||||
<SimpleTooltip tooltip="When analytics are enabled, visitors that have not signed up yet are counted as anonymous users.">
|
||||
<SimpleTooltip
|
||||
inline
|
||||
tooltip="When analytics are enabled, visitors that have not signed up yet are counted as anonymous users."
|
||||
>
|
||||
<span className="underline decoration-dotted underline-offset-2">anonymous visitors</span>
|
||||
</SimpleTooltip>
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user