mirror of
https://github.com/PotentiaRobotics/website.git
synced 2025-04-18 03:10:18 -04:00
Security fixes
This commit is contained in:
parent
bafbff274f
commit
77374095a7
|
@ -148,11 +148,11 @@ class ContactForm extends Component {
|
|||
>
|
||||
{ props=> (
|
||||
<div style={props}>
|
||||
<a href="https://www.linkedin.com/in/potentia-robotics-790582204/" target="_blank" className="fa fa-linkedin"></a>
|
||||
<a href="https://www.youtube.com/channel/UCKzWtwtWSejKt9THR_XlU7Q" target="_blank" className="fa fa-youtube"></a>
|
||||
<a href="https://github.com/PotentiaRobotics" target="_blank" className="fa fa-github"></a>
|
||||
<a href="#" target="_blank" className="fa fa-instagram"></a>
|
||||
<a href="https://www.facebook.com/potentiarobotics/" target="_blank" className="fa fa-facebook"></a>
|
||||
<a href="https://www.linkedin.com/in/potentia-robotics-790582204/" target="_blank" rel="noopener noreferrer" className="fa fa-linkedin"></a>
|
||||
<a href="https://www.youtube.com/channel/UCKzWtwtWSejKt9THR_XlU7Q" target="_blank" rel="noopener noreferrer" className="fa fa-youtube"></a>
|
||||
<a href="https://github.com/PotentiaRobotics" target="_blank" rel="noopener noreferrer" className="fa fa-github"></a>
|
||||
<a href="#" target="_blank" rel="noopener noreferrer" className="fa fa-instagram"></a>
|
||||
<a href="https://www.facebook.com/potentiarobotics/" target="_blank" rel="noopener noreferrer" className="fa fa-facebook"></a>
|
||||
</div>
|
||||
)}
|
||||
</Spring>
|
||||
|
|
Loading…
Reference in New Issue
Block a user