Commit cc8daaaf authored by Max Alekseenko's avatar Max Alekseenko

add discord link to app modal

parent c0bbc4c2
......@@ -47,6 +47,7 @@ const MarketplaceAppModal = ({
github,
telegram,
twitter,
discord,
logo,
logoDarkMode,
categories,
......@@ -62,6 +63,10 @@ const MarketplaceAppModal = ({
icon: 'social/twitter_filled' as IconName,
url: twitter,
} : null,
discord ? {
icon: 'social/discord_filled' as IconName,
url: discord,
} : null,
].filter(Boolean);
if (github) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment