From aefe884dafd5add6a3c01faaca437e7c0e5fd184 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 22 Mar 2021 20:43:25 -0700 Subject: [PATCH] Stop leaking instances via links. Closes https://github.com/owncast/owncast/issues/822 --- web/pages/actions.tsx | 16 +++++++++------- web/pages/viewer-info.tsx | 10 ++++++++-- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/web/pages/actions.tsx b/web/pages/actions.tsx index 9e4f1cb91..f6eb87d4a 100644 --- a/web/pages/actions.tsx +++ b/web/pages/actions.tsx @@ -73,8 +73,13 @@ function NewActionModal(props: Props) { okButtonProps={okButtonProps} >
- Add the URL for the external action you want to present. Only HTTPS urls are supported. -

Read more about external actions.

+ Add the URL for the external action you want to present.{' '} + Only HTTPS urls are supported. +

+ + Read more about external actions. + +

setActionTitle(input.currentTarget.value)} />

-

setActionDescription(input.currentTarget.value)} />

-

setActionIcon(input.currentTarget.value)} />

-

Optional background color of the action button.

- Description goes here. Read more about how to use actions, with examples, at{' '} - our documentation. + our documentation. diff --git a/web/pages/viewer-info.tsx b/web/pages/viewer-info.tsx index 9a6c1ffda..fcf5f130b 100644 --- a/web/pages/viewer-info.tsx +++ b/web/pages/viewer-info.tsx @@ -130,8 +130,14 @@ export default function ViewersOverTime() {

Visit the{' '} - documentation to - configure additional details about your viewers. + + documentation + {' '} + to configure additional details about your viewers. {' '}