Skip to content

Commit

Permalink
feat: SBC-1 add sportsbet canada logo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcoing committed Jan 26, 2021
1 parent 688a9d6 commit bceb198
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -45,7 +45,7 @@ For performance benefits (such as code-splitting) we opted for creating individu

We make use of [SVGR](https://www.smooth-code.com/open-source/svgr/), to transform the above SVG icons in [`assets`](packages/assets/raw/svg) to React components in [`sportsbet-icons`](packages/icons/README.mdx).

To update/add icons run: `yarn icons build`
To update/add icons run: `yarn assets build`

- Runs SVGR based on the [config options](packages/icons/src/config/svgr.js).
- Builds React `.tsx` files for each component with the [template](packages/icons/src/config/template.js).
Expand Down
2 changes: 2 additions & 0 deletions packages/assets/src/index.ts
Expand Up @@ -1196,6 +1196,8 @@ export { default as LogoSlotsShort } from './logos/LogoSlotsShort';
export * from './logos/LogoSlotsShort';
export { default as LogoSportsbet } from './logos/LogoSportsbet';
export * from './logos/LogoSportsbet';
export { default as LogoSportsbetCanada } from './logos/LogoSportsbetCanada';
export * from './logos/LogoSportsbetCanada';
export { default as LogoSportsbetFull } from './logos/LogoSportsbetFull';
export * from './logos/LogoSportsbetFull';
export { default as LogoSportsbetShort } from './logos/LogoSportsbetShort';
Expand Down

0 comments on commit bceb198

Please sign in to comment.