Skip to content

Commit

Permalink
Fixed styling (linter)
Browse files Browse the repository at this point in the history
  • Loading branch information
P3TROOS committed Oct 24, 2023
1 parent 4ba24c5 commit 8dc8b55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/infosafe_frontend/src/components/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ export const About = () => {
</p>
<p className="aboutSubTitle">Terms of Service and Use</p>
<p className="aboutData">
To view the InfoSafe Terms of Service and Use, please view them <a href="https://drive.google.com/file/d/1I3KmcxW_qtzVs0J8fjqhGffkhHxsRPwA/view?usp=share_link" target="_blank">here</a>.
To view the InfoSafe Terms of Service and Use, please view them <a href="https://drive.google.com/file/d/1I3KmcxW_qtzVs0J8fjqhGffkhHxsRPwA/view?usp=share_link" target="_blank" rel="noreferrer">here</a>.
</p>
<p className="aboutSubTitle">Privacy Policy</p>
<p className="aboutData">
To learn more about the InfoSafe Privacy Policy, find it <a href="https://drive.google.com/file/d/1400_ANX0-QAWBGwH_OTkNLFqtcDfC0Z7/view?usp=share_link" target="_blank">here</a>.
To learn more about the InfoSafe Privacy Policy, find it <a href="https://drive.google.com/file/d/1400_ANX0-QAWBGwH_OTkNLFqtcDfC0Z7/view?usp=share_link" target="_blank" rel="noreferrer">here</a>.
</p>
<div className="contactUsInfo">
<p className="contactUsTitle">Contact Us</p>
Expand Down
2 changes: 1 addition & 1 deletion frontend/infosafe_frontend/src/components/Help.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const Help = () => {
<p className="helpTitle">User Manual</p>
<p className="helpData">
If none of the above tips are able to help you or you need a deeper understanding of the system you can find the
user manual <a href="https://drive.google.com/file/d/1Dtm1cXLL7MKPjaFJtlooKkjFJaLcJveQ/view?usp=share_link" target="_blank">here</a>.
user manual <a href="https://drive.google.com/file/d/1Dtm1cXLL7MKPjaFJtlooKkjFJaLcJveQ/view?usp=share_link" target="_blank" rel="noreferrer">here</a>.
This will provide you with an in-depth breakdown of all the subsystems and how to utilise them to increase your
productivity and efficiency within the InfoSafe system.
</p>
Expand Down

0 comments on commit 8dc8b55

Please sign in to comment.