Skip to content

Commit

Permalink
Fixes issue:ANSHIKA-26#656:Icons in the Categories Page Bottom are no…
Browse files Browse the repository at this point in the history
…t properly spaced and Twitter icon added
  • Loading branch information
Arghya Chakraborty authored and Arghya Chakraborty committed Oct 10, 2024
1 parent 196ded8 commit 43b890f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions My-Strength-Shree-Krishna
Submodule My-Strength-Shree-Krishna added at a3a7ac
4 changes: 3 additions & 1 deletion category.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">

<!--swiper slider css-->
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />

Expand Down Expand Up @@ -420,7 +422,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
<div class="tags social" id="contact">
<div class="d-flex-gap flex-wrap">
<a href="#" class="nav-link btn bg-light"><i class="fab fa-facebook-f"></i></a>

<a href="#" class="nav-link btn bg-light"><i class="fa-brands fa-x-twitter"></i></a>
<a href="#" class="nav-link btn bg-light"><i class="fab fa-instagram"></i></a>
<a href="#" class="nav-link btn bg-light"><i class="fab fa-dribbble"></i></a>
</div>
Expand Down

0 comments on commit 43b890f

Please sign in to comment.