1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +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)
and ad hoc code (studio) against a SAS executable. The source code is
available on{' '}
<a href="https://github.com/sasjs/server" target="_blank">
<a
href="https://github.com/sasjs/server"
target="_blank"
rel="noreferrer"
>
{' '}
github
</a>{' '}
@@ -20,7 +24,11 @@ const Home = () => {
</p>
<p>
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
</a>{' '}