fix(#2347): change name streetball

keep-around/034678f4b93950db2a817405a55e63ba87301fc4
Andrei Dekterev 4 years ago
parent 5a7582d317
commit 034678f4b9
  1. 11
      public/images/streetball-icon.svg
  2. 2
      src/config/sportTypes.tsx
  3. 2
      src/helpers/getProfileLogo/index.tsx

@ -0,0 +1,11 @@
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<clip-path d="M0,0h40v40h-40z"/>
<path d="M20.298,0.006L20.148,0.006A19.268,19.268 0,0 0,25.264 13.7L33.612,5.353A20.011,20.011 0,0 0,20.298 0Z" fill="#f1903b"/>
<path d="M18.666,0.064a20.011,20.011 0,0 0,-12.261 5.3l13.6,13.6 4.21,-4.21A20.753,20.753 0,0 1,18.666 0.064Z" fill="#f1903b"/>
<path d="M5.35,6.407A20.011,20.011 0,0 0,0.065 18.674,20.746 20.746,0 0,1 14.75,24.218l4.2,-4.2Z" fill="#f1903b"/>
<path d="M34.65,6.416 L26.31,14.76A19.261,19.261 0,0 0,40 19.875,20.011 20.011,0 0,0 34.65,6.416Z" fill="#f1903b"/>
<path d="M25.264,15.804 L21.054,20.013 34.662,33.62A20.011,20.011 0,0 0,39.945 21.354,20.763 20.763,0 0,1 25.264,15.804Z" fill="#f1903b"/>
<path d="M0.693,20.135c-0.226,0 -0.453,0.015 -0.68,0.021A20.011,20.011 0,0 0,5.36 33.612L13.708,25.269A19.265,19.265 0,0 0,0.693 20.136Z" fill="#f1903b"/>
<path d="M20.007,21.063l-4.2,4.2a20.755,20.755 0,0 1,5.553 14.7,20.011 20.011,0 0,0 12.249,-5.3Z" fill="#f1903b"/>
<path d="M14.757,26.312 L6.399,34.67a20.011,20.011 0,0 0,13.471 5.347A19.26,19.26 0,0 0,14.757 26.312Z" fill="#f1903b"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -13,5 +13,5 @@ export const SPORT_NAMES = {
[SportTypes.HANDBALL]: 'handball',
[SportTypes.HOCKEY]: 'hockey',
[SportTypes.VOLLEYBALL]: 'volleyball',
[SportTypes.STREETBALL]: 'basketball',
[SportTypes.STREETBALL]: 'streetball',
} as const

@ -9,7 +9,7 @@ const IMAGES_URLS = {
[SportTypes.FOOTBALL]: 'https://instatscout.com/images',
[SportTypes.HOCKEY]: 'https://hockey.instatscout.com/images',
[SportTypes.HANDBALL]: 'https://handball.instatscout.com/images',
[SportTypes.STREETBALL]: 'https://basketball.instatscout.com/images',
[SportTypes.STREETBALL]: 'https://streetball.instatscout.com/images',
[SportTypes.VOLLEYBALL]: 'https://volleyball.instatscout.com/images',
}

Loading…
Cancel
Save