Skip to content

Commit 8c97ddc

Browse files
committed
Fix reason
1 parent 616bf50 commit 8c97ddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/common/templates/reason.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import Template from './template';
33
import { decorateSelector } from '../theme';
44

55
export default new Template(
6-
'reason-react',
6+
'reason',
77
'Reason',
88
'https://reasonml.github.io/reason-react/en/',
9-
'reason-react',
9+
'reason',
1010
decorateSelector(() => '#CB5747'),
1111
{
1212
showOnHomePage: true,

0 commit comments

Comments
 (0)