mirror of
https://github.com/DevEhChad/chadsreactproject.git
synced 2025-11-08 13:31:35 +00:00
Bug fixes
This commit is contained in:
@@ -8,9 +8,9 @@ function Footer() {
|
|||||||
return (
|
return (
|
||||||
<div className="footer">
|
<div className="footer">
|
||||||
<div className="socialMedia">
|
<div className="socialMedia">
|
||||||
<a href="https://www.youtube.com/channel/UC3H33ordT_-qpMjUvY95ILg" target="_blank"><YouTubeIcon /> </a>
|
<a href="https://www.youtube.com/channel/UC3H33ordT_-qpMjUvY95ILg" target="_blank" rel="noreferrer"><YouTubeIcon /> </a>
|
||||||
<a href="https://twitter.com/EhChad_real" target="_blank"><TwitterIcon /> </a>
|
<a href="https://twitter.com/EhChad_real" target="_blank" rel="noreferrer"><TwitterIcon /> </a>
|
||||||
<a href='https://www.instagram.com/chad.doty/' target="_blank"><InstagramIcon /> </a>
|
<a href='https://www.instagram.com/chad.doty/' target="_blank" rel="noreferrer"><InstagramIcon /> </a>
|
||||||
</div>
|
</div>
|
||||||
<p> © 2024 ehchadservices.com</p>
|
<p> © 2024 ehchadservices.com</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ function Socials() {
|
|||||||
|
|
||||||
<div className="socialButton1">
|
<div className="socialButton1">
|
||||||
|
|
||||||
<a class="btn" href="https://discord.gg/brQXPhQ" target="_blank">Join the Cord!</a>
|
<a class="btn" href="https://discord.gg/brQXPhQ" target="_blank" rel="noreferrer">Join the Cord!</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ function Socials() {
|
|||||||
|
|
||||||
<div className="socialButton2">
|
<div className="socialButton2">
|
||||||
|
|
||||||
<a class="btn" href="https://discord.gg/brQXPhQ" target="_blank">Join the Cord2!</a>
|
<a class="btn" href="https://discord.gg/brQXPhQ" target="_blank" rel="noreferrer">Join the Cord2!</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user