Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/components/src/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ interface SocialLinks {
export const socialLinks: SocialLinks[] = [
{
id: 'discord',
url: 'https://discord.gg/sequence',
url: 'https://discord.com/invite/YnGKP7d3vS',

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Restore the Sequence Discord invite

This replacement invite resolves to the “Polygon Support” Discord invite page rather than the Sequence community, while Sequence's public support article still points users to discord.gg/sequence. In the examples footer, users clicking the Discord icon will now be sent to the wrong community/server instead of the Sequence Discord.

Useful? React with 👍 / 👎.

icon: DiscordIcon
},
{
Expand Down
Loading