Skip to content

Commit

Permalink
feat: mark more components as ready
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Mar 13, 2020
1 parent 6b29f65 commit 339e59f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/layouts/resource/resource.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
title: 'Resource',
status: 'wip',
status: 'ready',
order: 5,
context: {
bodyClass: 'single-lc_resource',
Expand Down
2 changes: 1 addition & 1 deletion src/components/layouts/skeleton/skeleton.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
title: 'Skeleton',
status: 'wip',
status: 'ready',
order: 1,
};
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const faker = require( 'faker' );

module.exports = {
title: 'Notification',
status: 'wip',
status: 'ready',
order: 10,
context: {
icon: 'info',
Expand Down

0 comments on commit 339e59f

Please sign in to comment.