Skip to content

Commit

Permalink
Fix social links
Browse files Browse the repository at this point in the history
  • Loading branch information
ReshetS committed Aug 16, 2024
1 parent 15b0035 commit 9e021d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/partials/your-order.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ <h2 class="your-order-title">
<a
class="social-media-link"
target="_blank"
href="https://www.youtube.com/c/GoIT"
href="https://www.facebook.com/goITclub/"
>facebook</a
>
</li>
<li class="social-media-item">
<a
class="social-media-link"
target="_blank"
href="https://www.facebook.com/goITclub/"
href="https://www.youtube.com/c/GoIT"
>youtube</a
>
</li>
Expand Down

0 comments on commit 9e021d1

Please sign in to comment.