Inline tooltip

This commit is contained in:
Konstantin Wohlwend 2026-03-30 12:26:03 -07:00
parent e65ae530d9
commit b40e05f3f2

View File

@ -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>
)