Skip to content

Commit

Permalink
Update footer large Twitter icons to X (#44807)
Browse files Browse the repository at this point in the history
* Update footer large twitter icons to X

* Add changefile(s) from automation for the following project(s): woocommerce

---------

Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
albarin and github-actions committed Feb 22, 2024
1 parent 856fae4 commit b142db0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: update

Update "Large Footer" and "Large Footer Dark" Twitter icons to X and update the social URLs.
6 changes: 3 additions & 3 deletions plugins/woocommerce/patterns/footer-large-dark.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@

<!-- wp:social-links {"iconColor":"background","iconColorValue":"#ffffff","size":"has-small-icon-size","className":"is-style-logos-only"} -->
<ul class="wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only">
<!-- wp:social-link {"url":"d","service":"facebook"} /-->
<!-- wp:social-link {"url":"d","service":"twitter"} /-->
<!-- wp:social-link {"url":"d","service":"instagram"} /-->
<!-- wp:social-link {"url":"https://www.facebook.com","service":"facebook"} /-->
<!-- wp:social-link {"url":"https://www.x.com","service":"x"} /-->
<!-- wp:social-link {"url":"https://www.instagram.com","service":"instagram"} /-->
</ul>
<!-- /wp:social-links -->
</div>
Expand Down
2 changes: 1 addition & 1 deletion plugins/woocommerce/patterns/footer-large.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<!-- wp:social-links {"size":"has-small-icon-size","style":{"spacing":{"blockGap":{"left":"16px"}}},"className":"is-style-logos-only"} -->
<ul class="wp-block-social-links has-small-icon-size is-style-logos-only">
<!-- wp:social-link {"url":"https://www.facebook.com","service":"facebook"} /-->
<!-- wp:social-link {"url":"https://www.twitter.com","service":"twitter"} /-->
<!-- wp:social-link {"url":"https://www.x.com","service":"x"} /-->
<!-- wp:social-link {"url":"https://www.instagram.com","service":"instagram"} /-->
<!-- wp:social-link {"url":"https://www.twitch.com","service":"twitch"} /-->
</ul>
Expand Down

0 comments on commit b142db0

Please sign in to comment.