Skip to content

Commit

Permalink
chore(): updated the version of font awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony133 committed Sep 10, 2023
1 parent 4c648e3 commit e3b0a7a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions src/app/common/social-wrapper/social-wrapper.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<a href="https://twitter.com/nestframework"
title="Twitter account"
target="_blank">
<i class="fab fa-twitter"></i>
<i class="fa-brands fa-x-twitter"></i>
</a>
<a href="https://github.com/nestjs/nest"
title="Github repository"
target="_blank">
<i class="fab fa-github"></i>
<i class="fa-brands fa-github"></i>
</a>
<a href="https://stackoverflow.com/questions/tagged/nestjs"
title="Stackoverflow"
target="_blank">
<i class="fab fa-stack-overflow"></i>
<i class="fa-brands fa-stack-overflow"></i>
</a>
<a
href="https://nestjs.com"
Expand All @@ -25,6 +25,6 @@
title="Discord"
target="_blank"
rel="nofollow">
<i class="fab fa-discord"></i>
<i class="fa-brands fa-discord"></i>
</a>
</div>
8 changes: 4 additions & 4 deletions src/app/homepage/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
title="Kamil Mysliwiec Facebook"
href="https://www.facebook.com/kammysliwiec/"
target="_blank"
><i class="fab fa-facebook"></i
><i class="fa-brands fa-facebook"></i
></a>
<a
title="Kamil Mysliwiec Twitter"
href="https://twitter.com/kammysliwiec"
target="_blank"
><i class="fab fa-twitter"></i
><i class="fa-brands fa-x-twitter"></i
></a>
<a
title="Kamil Mysliwiec Github"
href="https://github.com/kamilmysliwiec"
target="_blank"
><i class="fab fa-github"></i
><i class="fa-brands fa-github"></i
></a>
<a
href="https://kamilmysliwiec.com"
title="Kamil Mysliwiec Blog | Full-Stack Software Engineer"
target="_blank"
><i class="fa fa-globe"></i
><i class="fa-solid fa-globe"></i
></a>
</div>
<div class="credits">
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
/>
<script
defer
src="https://use.fontawesome.com/releases/v5.15.4/js/all.js"
src="https://use.fontawesome.com/releases/v6.4.2/js/all.js"
></script>
<link href="https://cdn.carbonads.com" rel="preconnect" crossorigin>
<link href="https://cdn.jsdelivr.net" rel="preconnect" crossorigin>
Expand Down

0 comments on commit e3b0a7a

Please sign in to comment.