Skip to content

Commit fd678cb

Browse files
committed
Changing main branch to
1 parent 1333230 commit fd678cb

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Committed Components
22

33
[![Committed Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fcommitted.software%2Fbadge)](https://committed.io)
4-
[![Build Status](https://drone.committed.software/api/badges/commitd/components/status.svg)](https://drone.committed.software/commitd/components)
4+
![Build Status](https://github.com/commitd/components/workflows/build/badge.svg?branch=main)
5+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=commitd_components&metric=alert_status&token=aa002ca75e2f3a6d028af9074bceeda1ffa2f9f7)](https://sonarcloud.io/dashboard?id=commitd_components)
6+
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=commitd_components&metric=coverage&token=aa002ca75e2f3a6d028af9074bceeda1ffa2f9f7)](https://sonarcloud.io/dashboard?id=commitd_components)
7+
![GitHub repo size](https://img.shields.io/github/repo-size/commitd/components)
58
[![Storybook](https://cdn.jsdelivr.net/gh/storybookjs/brand@master/badge/badge-storybook.svg)](https://committed.software/components)
69

710
For documentation see https://committed.software/components
@@ -52,8 +55,8 @@ This will re-open the project, with the project files mounted in a Docker contai
5255

5356
## CI
5457

55-
Pull requests go through CI checks using Drone. Merged pull requests to master update the deployed documentation and can update the package in the GitHub registry if the version number is updated.
58+
Pull requests go through CI checks using Github Actions. Releases update the deployed documentation and update the package in the NPM registry.
5659

5760
## License
5861

59-
[MIT](/LICENSE) - © Committed Software 2019 https://committed.io
62+
[MIT](/LICENSE) - © Committed Software 2019-2020 https://committed.io

stories/theme/themeProvider.stories.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Full details of the separate options are detailed in props and typing. We give s
124124
The optional `fonts` key should either return a `theme.FontOptions` object to be merged with the Committed theme defaults,
125125
or it should be a function, to which we provide the defaults as an argument, and should return undefined to use the Material-UI defaults.
126126

127-
Custom font stacks can be provided for different typography components. You may need to separately load your font, using imports, links or css; see [example](https://github.com/commitd/components/tree/master/example).
127+
Custom font stacks can be provided for different typography components. You may need to separately load your font, using imports, links or css; see [example](https://github.com/commitd/components/tree/main/example).
128128
We recommend using [typefaces](https://github.com/KyleAMathews/typefaces). In the following example we override all the fonts except the monospace which will remain the Committed default.
129129

130130
<Canvas>

0 commit comments

Comments
 (0)