Skip to content

Commit

Permalink
feat: rename newPost to new (#2665)
Browse files Browse the repository at this point in the history
  • Loading branch information
winchesHe committed Apr 7, 2024
1 parent 6da144f commit ebab108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/react/src/scripts/postbuild.js
Expand Up @@ -52,7 +52,7 @@ function generateComponents() {
version: componentVersion,
docs: componentDocs,
description: componentDesc,
status: (routeComponent.updated && 'updated') || (routeComponent.newPost && 'newPost') || 'stable',
status: (routeComponent.updated && 'updated') || (routeComponent.newPost && 'new') || 'stable',
style: style || '',
}

Expand Down

0 comments on commit ebab108

Please sign in to comment.