Skip to content

Commit

Permalink
fix links in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
OlhaLishenko committed Nov 3, 2024
1 parent 8c4e03b commit b9f3d6e
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -550,32 +550,35 @@ <h2 class="contacts__title">
<ul class="footer__socials">
<a
href="https://www.facebook.com/hicrazybaby/"
class="footer__link footer__link--fb">
class="footer__link footer__link--fb"
target="_blank"
tabindex="4">
<img
src="./icons/icon-fb.svg"
alt="facebook icon"
class="footer__socials-icon"
tabindex="4">
class="footer__socials-icon">
</a>

<a
href="https://x.com/i/flow/login?redirect_after_login=%2Fcrazybabyaudio"
class="footer__link footer__link--twitter">
class="footer__link footer__link--twitter"
target="_blank"
tabindex="5">
<img
src="./icons/icon-twitter.svg"
alt="twitter icon"
class="footer__socials-icon"
tabindex="5">
class="footer__socials-icon">
</a>

<a
href="https://www.instagram.com/crazybaby/"
class="footer__link footer__link--inst">
class="footer__link footer__link--inst"
target="_blank"
tabindex="6">
<img
src="./icons/icon-inst.svg"
alt="instagram icon"
class="footer__socials-icon"
tabindex="6">
class="footer__socials-icon">
</a>
</ul>

Expand Down

0 comments on commit b9f3d6e

Please sign in to comment.