mirror of
https://github.com/sasjs/server.git
synced 2026-01-14 17:30:05 +00:00
chore(web): open hyper links on home page in new tab or window
This commit is contained in:
@@ -11,13 +11,20 @@ const Home = () => {
|
|||||||
<p>
|
<p>
|
||||||
This portal provides an interface for executing Stored Programs (drive)
|
This portal provides an interface for executing Stored Programs (drive)
|
||||||
and ad hoc code (studio) against a SAS executable. The source code is
|
and ad hoc code (studio) against a SAS executable. The source code is
|
||||||
available on <a href="https://github.com/sasjs/server"> github</a> and
|
available on{' '}
|
||||||
contributions are welcomed.
|
<a href="https://github.com/sasjs/server" target="_blank">
|
||||||
|
{' '}
|
||||||
|
github
|
||||||
|
</a>{' '}
|
||||||
|
and contributions are welcomed.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
SASjs Server is maintained by the SASjs Apps team -{' '}
|
SASjs Server is maintained by the SASjs Apps team -{' '}
|
||||||
<a href="https://sasapps.io/contact-us"> contact us</a> if you'd like
|
<a href="https://sasapps.io/contact-us" target="_blank">
|
||||||
help with SAS DevOps or SAS Application development!{' '}
|
{' '}
|
||||||
|
contact us
|
||||||
|
</a>{' '}
|
||||||
|
if you'd like help with SAS DevOps or SAS Application development!{' '}
|
||||||
</p>
|
</p>
|
||||||
</Box>
|
</Box>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user