1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-16 02:10:05 +00:00

fix: norefferer issue in home page external links fix

This commit is contained in:
2021-10-23 13:28:55 +00:00
parent 9648c51b54
commit e2b12b74f5

View File

@@ -12,7 +12,11 @@ const Home = () => {
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{' '} available on{' '}
<a href="https://github.com/sasjs/server" target="_blank"> <a
href="https://github.com/sasjs/server"
target="_blank"
rel="noreferrer"
>
{' '} {' '}
github github
</a>{' '} </a>{' '}
@@ -20,7 +24,11 @@ const Home = () => {
</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" target="_blank"> <a
href="https://sasapps.io/contact-us"
target="_blank"
rel="noreferrer"
>
{' '} {' '}
contact us contact us
</a>{' '} </a>{' '}