Skip to content

Commit

Permalink
Merge pull request #150 from Antima2004/main
Browse files Browse the repository at this point in the history
updated the social icon(twitter logo)
  • Loading branch information
swaraj-das authored Oct 7, 2024
2 parents bd50257 + f702b0c commit b0e155d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ <h2 class="logo-text">Collect your GamingTools</h2>
<div class="socials">
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#" ><i class="fa-brands fa-x-twitter"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
</div>
</div>
Expand Down Expand Up @@ -314,6 +314,10 @@ <h2>Contact Us</h2>
<ion-icon name="arrow-up-outline"></ion-icon>
</div>

<!-- this script is for twitter icon starts -->
<script src="https://kit.fontawesome.com/856f4a44d7.js" crossorigin="anonymous"></script>
<!-- this script is for twitter icon ends -->

<!-- Scripts -->
<script src="script.js"></script>
<!-- Ionicons Scripts -->
Expand Down

0 comments on commit b0e155d

Please sign in to comment.