Skip to content

Commit

Permalink
Use the Signal Messenger icon from FontAwesome
Browse files Browse the repository at this point in the history
(closes #737)
  • Loading branch information
bhousel committed Sep 9, 2024
1 parent 1942bbb commit 0637c5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/img/signal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions scripts/build_icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
} from '@fortawesome/free-solid-svg-icons';

import {
faDiscord, faDiscourse, faLinkedin, faMastodon, faMeetup, faSlack, faTiktok,
faDiscord, faDiscourse, faLinkedin, faMastodon, faMeetup, faSlack, faSignalMessenger, faTiktok,
faSquareFacebook, faSquareGithub, faSquareGitlab, faSquareInstagram, faSquareReddit,
faSquareThreads, faSquareXTwitter, faSquareYoutube, faTelegram,
} from '@fortawesome/free-brands-svg-icons';
Expand All @@ -34,7 +34,7 @@ const toBuild = {
meetup: faMeetup,
newsletter: faNewspaper,
reddit: faSquareReddit,
signal: faComment,
signal: faSignalMessenger,
slack: faSlack,
telegram: faTelegram,
threads: faSquareThreads,
Expand Down

0 comments on commit 0637c5b

Please sign in to comment.