Skip to content

Commit

Permalink
Merge pull request #1861 from blockscout/add-discord-link
Browse files Browse the repository at this point in the history
Add a link to discord to the app modal
  • Loading branch information
maxaleks authored May 6, 2024
2 parents e5954f8 + cc8daaa commit 813d994
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/marketplace/MarketplaceAppModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const MarketplaceAppModal = ({
github,
telegram,
twitter,
discord,
logo,
logoDarkMode,
categories,
Expand All @@ -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) {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 813d994

Please sign in to comment.