From f8a79ff451a498bbdab317c8384e172919cccb6f Mon Sep 17 00:00:00 2001 From: sabhas Date: Fri, 22 Oct 2021 18:26:04 +0000 Subject: [PATCH] chore(web): open hyper links on home page in new tab or window --- web/src/components/home.tsx | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/web/src/components/home.tsx b/web/src/components/home.tsx index 70f555c..dbad319 100644 --- a/web/src/components/home.tsx +++ b/web/src/components/home.tsx @@ -11,13 +11,20 @@ const Home = () => {

This portal provides an interface for executing Stored Programs (drive) and ad hoc code (studio) against a SAS executable. The source code is - available on github and - contributions are welcomed. + available on{' '} + + {' '} + github + {' '} + and contributions are welcomed.

SASjs Server is maintained by the SASjs Apps team -{' '} - contact us if you'd like - help with SAS DevOps or SAS Application development!{' '} + + {' '} + contact us + {' '} + if you'd like help with SAS DevOps or SAS Application development!{' '}

)