Skip to content

Commit

Permalink
Compiler Warnings #81
Browse files Browse the repository at this point in the history
  • Loading branch information
OudomMunint committed Aug 17, 2024
1 parent bbe5b21 commit 918d662
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function Footer() {
<ul className="footer-icons">
<li className="social-icons">
<a
href="#"
href="/#"
style={{ color: "white" }}
target="_blank"
rel="noopener noreferrer"
Expand All @@ -31,7 +31,7 @@ function Footer() {
</li>
<li className="social-icons">
<a
href="#"
href="/#"
style={{ color: "white" }}
target="_blank"
rel="noopener noreferrer"
Expand All @@ -41,7 +41,7 @@ function Footer() {
</li>
<li className="social-icons">
<a
href="#"
href="/#"
style={{ color: "white" }}
target="_blank"
rel="noopener noreferrer"
Expand All @@ -51,7 +51,7 @@ function Footer() {
</li>
<li className="social-icons">
<a
href="#"
href="/#"
style={{ color: "white" }}
target="_blank"
rel="noopener noreferrer"
Expand Down

0 comments on commit 918d662

Please sign in to comment.