1
1
mirror of https://github.com/primer/css.git synced 2024-11-23 20:38:58 +03:00

octicons -> Octicons

This commit is contained in:
Shawn Allen 2017-09-12 10:53:29 -07:00
parent ff54e4633e
commit aba5f73b1a

View File

@ -12,7 +12,7 @@ const Octicon = (props) => {
}
}
const story = storiesOf('octicons', module)
const story = storiesOf('Octicons', module)
const sizes = [64, 32, 16]
Object.keys(octicons).forEach(name => {