Skip to content

Commit

Permalink
Changed dicord color as per brand color.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gulamdastgir-Momin committed Jan 23, 2025
1 parent 18ce6e7 commit 2ef5963
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}

.wp-social-link-discord {
background-color: #7289da;
background-color: #5865f2;
color: #fff;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

.wp-social-link-discord {
color: #7289da;
color: #5865f2;
}

.wp-social-link-dribbble {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!-- wp:social-link-discord {"url":"https://example.com/"} /-->
11 changes: 11 additions & 0 deletions test/integration/fixtures/blocks/core__social-link-discord.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{
"name": "core/social-link",
"isValid": true,
"attributes": {
"url": "https://example.com/",
"service": "discord"
},
"innerBlocks": []
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{
"blockName": "core/social-link-discord",
"attrs": {
"url": "https://example.com/"
},
"innerBlocks": [],
"innerHTML": "",
"innerContent": []
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!-- wp:social-link {"url":"https://example.com/","service":"discord"} /-->

0 comments on commit 2ef5963

Please sign in to comment.