mirror of
https://github.com/sasjs/server.git
synced 2026-01-16 10:20:05 +00:00
fix: norefferer issue in home page external links fix
This commit is contained in:
@@ -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>{' '}
|
||||||
|
|||||||
Reference in New Issue
Block a user