Fix contact form #9

Merged
sead merged 4 commits from fixes-13122025-2 into main 2025-12-13 17:17:22 +00:00
Showing only changes of commit f17ab261ce - Show all commits

View File

@@ -19,8 +19,14 @@ const Footer = () => (
<StyledDesc> <StyledDesc>
Data Controller is a product of 4GL Apps, a brand of Bowe IO Ltd, 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,{' '} which is a UK company with a focus on SAS Software,{' '}
<StyledAnchor href="https://sasapps.io">Apps</StyledAnchor>, and <StyledAnchor
Services. href="https://sasapps.io"
target="_blank"
rel="noopener"
>
Apps
</StyledAnchor>
, and Services.
</StyledDesc> </StyledDesc>
</div> </div>
<div className="col-md-3"> <div className="col-md-3">
@@ -64,8 +70,14 @@ const Footer = () => (
<StyledHeading>Other Resources</StyledHeading> <StyledHeading>Other Resources</StyledHeading>
<StyledDesc> <StyledDesc>
Visit our educational and fun SAS® software quiz{' '} Visit our educational and fun SAS® software quiz{' '}
<StyledAnchor href="https://sasensei.com">Sasensei</StyledAnchor> and <StyledAnchor
test your knowledge of SAS topics. href="https://sasensei.com"
target="_blank"
rel="noopener"
>
Sasensei
</StyledAnchor>{' '}
and test your knowledge of SAS topics.
</StyledDesc> </StyledDesc>
</div> </div>
</div> </div>