Skip to content

Commit

Permalink
social fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devoeas authored Oct 15, 2024
1 parent 9b3d210 commit ff26a2b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions update-action/footer.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<footer class="site-foot">
<p class="socials-wrapper-centered">
<a href="https://x.com/tbfighters" target="_blank">
<img src="{prefix}img/socials/twitter.svg" alt="Twitter" class="social-icon">
<img src="{prefix}img/socials/twitter-hover.svg" alt="Twitter" class="social-icon-hover"></a>
<a href="https://www.instagram.com/tbfighters" target="_blank">
<img src="{prefix}img/socials/insta.svg" alt="Instagram" class="social-icon">
<img src="{prefix}img/socials/insta-hover.svg" alt="Instagram" class="social-icon-hover"></a>
<a href="https://www.youtube.com/@TB_Fighters" target="_blank"><img
src="{prefix}img/socials/youtube.svg" alt="Youtube" class="social-icon"><img
src="{prefix}img/socials/youtube-hover.svg" alt="Youtube" class="social-icon-hover"></a>
<a href="https://www.facebook.com/profile.php?id=61555332203505" target="_blank"><img
src="{prefix}img/socials/facebook.svg" alt="Facebook" class="social-icon"><img
src="{prefix}img/socials/facebook-hover.svg" alt="Facebook" class="social-icon-hover"></a>
<a href="https://x.com/tbfighters" target="_blank" aria-label="Twitter">
<img src="img/socials/twitter.svg" class="social-icon">
<img src="img/socials/twitter-hover.svg" class="social-icon-hover"></a>
<a href="https://www.instagram.com/tbfighters" target="_blank" aria-label="Instagram">
<img src="img/socials/insta.svg" class="social-icon">
<img src="img/socials/insta-hover.svg" class="social-icon-hover"></a>
<a href="https://www.youtube.com/@TB_Fighters" target="_blank" aira-label="YouTube"><img
src="img/socials/youtube.svg" class="social-icon"><img
src="img/socials/youtube-hover.svg" class="social-icon-hover"></a>
<a href="https://www.facebook.com/profile.php?id=61555332203505" target="_blank" aria-label="Facebook"><img
src="img/socials/facebook.svg" class="social-icon"><img
src="img/socials/facebook-hover.svg" class="social-icon-hover"></a>
</p>
<hr style="width: 10%; margin: 0 auto; margin-bottom: 4px;">
<p>
Expand Down

0 comments on commit ff26a2b

Please sign in to comment.