Skip to content

Commit

Permalink
Merge pull request #169 from diagonalo/main
Browse files Browse the repository at this point in the history
Add Discord link
  • Loading branch information
daoudclarke committed May 4, 2024
2 parents bea4ee8 + d9a995d commit f14dc58
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions front-end/assets/fonts/phosphor/icons.css
Expand Up @@ -117,6 +117,10 @@ Phosphor Web Font
content: "\fa5d";
}

.ph-discord-logo-bold::before {
content: "\f7bb";
}

.ph-chat-circle-text-bold::before {
content: "\f74c";
}
Expand Down
7 changes: 6 additions & 1 deletion mwmbl/settings_common.py
Expand Up @@ -163,7 +163,12 @@
{
"name": "YouTube",
"icon": "ph-youtube-logo-bold",
"href": "https://www.youtube.com/channel/UCFLbqrH63-icAHxQ1eFfAvA",
"href": "https://www.youtube.com/@mwmbl",
},
{
"name": "Discord",
"icon": "ph-discord-logo-bold",
"href": "https://discord.gg/2BGSUYFdkD",
},


Expand Down

0 comments on commit f14dc58

Please sign in to comment.