Skip to content

Commit

Permalink
feat: Add custom Minecraft icon
Browse files Browse the repository at this point in the history
  • Loading branch information
robere2 committed May 13, 2024
1 parent 8d8d806 commit ff5606e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ If you intend to deploy this application on a domain other than [https://ecr.dev
* `fa-postgres`
* `fa-redis`
* `fa-rabbitmq`
* `fa-minecraft`

More information available on [FontAwesome's website](https://fontawesome.com/docs/web/setup/use-kit).

Expand Down
2 changes: 1 addition & 1 deletion client/components/MySkills/MySkills.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class MySkills extends HTMLElement {
<tech-icon data-name="Linux" data-icon="fab fa-linux"></tech-icon>
<tech-icon data-name="FFmpeg" data-icon="fas fa-video-arrow-up-right"></tech-icon>
<tech-icon data-name="Discord API" data-icon="fab fa-discord"></tech-icon>
<tech-icon data-name="Minecraft APIs" data-icon="fal fa-cube"></tech-icon>
<tech-icon data-name="Minecraft APIs" data-icon="fak fa-minecraft"></tech-icon>
</repeating-list>
</div>
</div>
Expand Down

0 comments on commit ff5606e

Please sign in to comment.