Skip to content

Commit

Permalink
Use square icons for consistency, where available
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Aug 27, 2023
1 parent 162db03 commit 447db66
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion dist/img/facebook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dist/img/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dist/img/gitlab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dist/img/reddit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dist/img/youtube.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 8 additions & 7 deletions scripts/build_icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@ import {
} from '@fortawesome/free-solid-svg-icons';

import {
faDiscord, faDiscourse, faFacebook, faGithub, faGitlab, faLinkedin,
faMastodon, faMeetup, faReddit, faSlack, faSquareThreads, faSquareXTwitter, faTelegram, faYoutube
faDiscord, faDiscourse, faLinkedin, faMastodon, faMeetup, faSlack,
faSquareFacebook, faSquareGithub, faSquareGitlab, faSquareReddit,
faSquareThreads, faSquareXTwitter, faSquareYoutube, faTelegram,
} from '@fortawesome/free-brands-svg-icons';

const toBuild = {
discord: faDiscord,
discourse: faDiscourse,
facebook: faFacebook,
facebook: faSquareFacebook,
forum: faComments,
github: faGithub,
gitlab: faGitlab,
github: faSquareGithub,
gitlab: faSquareGitlab,
group: faUsers,
irc: faKeyboard,
linkedin: faLinkedin,
Expand All @@ -26,14 +27,14 @@ const toBuild = {
matrix: faComments,
meetup: faMeetup,
newsletter: faNewspaper,
reddit: faReddit,
reddit: faSquareReddit,
signal: faComment,
slack: faSlack,
telegram: faTelegram,
threads: faSquareThreads,
twitter: faSquareXTwitter,
url: faLink,
youtube: faYoutube,
youtube: faSquareYoutube,
x: faSquareXTwitter,
zulip: faComments
};
Expand Down

0 comments on commit 447db66

Please sign in to comment.