mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 23:24:03 +00:00
Merge pull request #14513 from DanieleAurilio/fix/discord_link
Fix discord link on admin panel homepage
This commit is contained in:
commit
0cbfda8bb4
@ -79,7 +79,7 @@ const socialLinks = [
|
||||
},
|
||||
{
|
||||
name: 'Discord',
|
||||
link: 'https://slack.strapi.io/',
|
||||
link: 'https://discord.strapi.io/',
|
||||
icon: <StyledDiscord />,
|
||||
alt: 'discord',
|
||||
},
|
||||
|
||||
@ -1172,7 +1172,7 @@ describe('Homepage', () => {
|
||||
<a
|
||||
aria-disabled="false"
|
||||
class="c46 c47 c48 c49"
|
||||
href="https://slack.strapi.io/"
|
||||
href="https://discord.strapi.io/"
|
||||
rel="noreferrer noopener"
|
||||
target="_blank"
|
||||
>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user