fix: add new tab to more external links
This commit is contained in:
@@ -19,8 +19,14 @@ const Footer = () => (
|
||||
<StyledDesc>
|
||||
Data Controller is a product of 4GL Apps, a brand of Bowe IO Ltd,
|
||||
which is a UK company with a focus on SAS Software,{' '}
|
||||
<StyledAnchor href="https://sasapps.io">Apps</StyledAnchor>, and
|
||||
Services.
|
||||
<StyledAnchor
|
||||
href="https://sasapps.io"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
>
|
||||
Apps
|
||||
</StyledAnchor>
|
||||
, and Services.
|
||||
</StyledDesc>
|
||||
</div>
|
||||
<div className="col-md-3">
|
||||
@@ -64,8 +70,14 @@ const Footer = () => (
|
||||
<StyledHeading>Other Resources</StyledHeading>
|
||||
<StyledDesc>
|
||||
Visit our educational and fun SAS® software quiz{' '}
|
||||
<StyledAnchor href="https://sasensei.com">Sasensei</StyledAnchor> and
|
||||
test your knowledge of SAS topics.
|
||||
<StyledAnchor
|
||||
href="https://sasensei.com"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
>
|
||||
Sasensei
|
||||
</StyledAnchor>{' '}
|
||||
and test your knowledge of SAS topics.
|
||||
</StyledDesc>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user