From 582b234528b02070688a1286f56b41444928f778 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Fri, 5 Mar 2021 01:01:31 -0800 Subject: [PATCH] Add a link to adding geo details about viewers --- web/pages/viewer-info.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web/pages/viewer-info.tsx b/web/pages/viewer-info.tsx index c3db3ce40..652e690b8 100644 --- a/web/pages/viewer-info.tsx +++ b/web/pages/viewer-info.tsx @@ -124,7 +124,12 @@ export default function ViewersOverTime() { - {online && row.clientID} />} + {online && +
+
row.clientID} /> +

Visit the documentation to configure additional details bout your viewers.

+ + } ); }