From fd7fc26956d3df242bc327eb8370f84269bda633 Mon Sep 17 00:00:00 2001 From: Max Goodhart Date: Fri, 19 Jun 2020 19:21:34 -0700 Subject: [PATCH] Make control page links open in new window --- src/web/control.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/web/control.js b/src/web/control.js index 5c4e78d..e4566aa 100644 --- a/src/web/control.js +++ b/src/web/control.js @@ -215,7 +215,11 @@ function StreamLine({ id, row: { Label, Source, Title, Link, Notes } }) { Label ) : ( <> - {Source} {Title || Link} {Notes} + {Source}{' '} + + {Title || Link} + {' '} + {Notes} )}