Skip to content

Commit

Permalink
Merge pull request #164 from wearefuturegov/TOP-47-change-twitter-lin…
Browse files Browse the repository at this point in the history
…k-label-to-x-with-new-logo

TOP-47 Update twitter logo to X
  • Loading branch information
apricot13 authored Nov 7, 2024
2 parents 27ad0bb + a3fb776 commit b9be2b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/components/Icon/Twitter/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ const Twitter = ({ fillColor }) => (
focusable="false"
>
<path
d="M10.5025 0.109863C4.70046 0.109863 0.00250244 4.81523 0.00250244 10.6099C0.00250244 16.4119 4.70787 21.1099 10.5025 21.1099C16.2971 21.1099 21.0025 16.4119 21.0025 10.6099C21.0025 4.81523 16.3046 0.109863 10.5025 0.109863ZM16.3638 8.06082C16.3712 8.17938 16.3712 8.29794 16.3712 8.42391C16.3712 12.0993 13.5703 16.3452 8.44993 16.3452C6.879 16.3452 5.41923 15.8858 4.18175 15.0929C4.39665 15.1152 4.61895 15.13 4.84866 15.13C6.15282 15.13 7.35324 14.6854 8.30173 13.937C7.08648 13.9147 6.05649 13.107 5.70081 12.0029C5.87124 12.0326 6.04167 12.0548 6.22692 12.0548C6.47886 12.0548 6.72339 12.0178 6.96051 11.9585C5.68599 11.7065 4.7301 10.5802 4.7301 9.2316C4.7301 9.21678 4.7301 9.20937 4.7301 9.19455C5.10801 9.40203 5.53038 9.528 5.9898 9.54282C5.24139 9.04635 4.75233 8.1942 4.75233 7.22348C4.75233 6.71219 4.89312 6.23795 5.13024 5.82299C6.50109 7.50506 8.55367 8.61657 10.8656 8.72772C10.8211 8.52765 10.7915 8.31276 10.7915 8.09046C10.7915 6.55658 12.0364 5.30429 13.5777 5.30429C14.3779 5.30429 15.1041 5.64515 15.608 6.18608C16.2453 6.06011 16.8381 5.8304 17.3716 5.51177C17.1641 6.16385 16.7195 6.70478 16.1489 7.05305C16.7121 6.98636 17.2456 6.83816 17.7495 6.61586C17.379 7.17902 16.9048 7.66809 16.3638 8.06082Z"
d="m7.03 6.289 6.517 9.362h1.416L8.445 6.29H7.03Z"
fill={fillColor || ""}
></path>
<path
fill-rule="evenodd"
d="M11 22c6.075 0 11-4.925 11-11S17.075 0 11 0 0 4.925 0 11s4.925 11 11 11Zm4.884-16.408-3.89 4.541 4.231 6.184h-3.112l-2.849-4.164-3.567 4.164h-.922l4.08-4.763-4.08-5.962h3.112l2.698 3.943 3.378-3.943h.921Z"
clip-rule="evenodd"
fill={fillColor || ""}
></path>
</svg>
Expand Down
2 changes: 1 addition & 1 deletion src/themes/bfis/vars_bfis.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const vars_bfis = {
{
type: "twitter",
label: "Buckinghamshire Council Twitter",
url: "https://twitter.com/bucksfamilyinfo",
url: "https://x.com/bucksfamilyinfo",
},
{
type: "youtube",
Expand Down

0 comments on commit b9be2b7

Please sign in to comment.