Skip to content

Commit

Permalink
docs: fix broken code of conduct link (carbon-design-system#5608)
Browse files Browse the repository at this point in the history
* fix broken code of conduct link

* chore(format): run prettier

Co-authored-by: Josh Black <[email protected]>
  • Loading branch information
2 people authored and renmaddox committed Mar 20, 2020
1 parent 6152c45 commit a1bd3e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ to the Carbon community.

We value all of our community members, and thus want to foster a positive
contributing environment. Please take a look at our
[code of conduct](https://github.com/carbon-design-system/carbon/blob/master/docs/developer-handbook.md#carbon-code-of-conduct)
before engaging in our workspaces.
[code of conduct](./CODE_OF_CONDUCT.md) before engaging in our workspaces.

## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/components/toggle/_toggle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
content: '';
transition: transform $duration--fast-01 motion(exit, productive);
}

.#{$prefix}--toggle-input__label & {
margin-top: $carbon--spacing-05;
}
Expand Down

0 comments on commit a1bd3e1

Please sign in to comment.