Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(): updated the version of font awesome #2855

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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