Skip to content

Commit f11aebe

Browse files
committed
fix(snippet): incorrect MultiLine story
1 parent ad5cd06 commit f11aebe

File tree

1 file changed

+3
-26
lines changed

1 file changed

+3
-26
lines changed

packages/components/snippet/stories/snippet.stories.tsx

+3-26
Original file line numberDiff line numberDiff line change
@@ -92,32 +92,9 @@ export const MultiLine = {
9292
args: {
9393
...defaultProps,
9494
children: [
95-
// "npm install @nextui-org/react",
96-
// "yarn add @nextui-org/react",
97-
// "pnpm add @nextui-org/react",
98-
`
99-
{
100-
"name": "Next.js PWA",
101-
"short_name": "NextPWA",
102-
"description": "A Progressive Web App built with Next.js and React",
103-
"start_url": "/",
104-
"display": "standalone",
105-
"background_color": "#ffffff",
106-
"theme_color": "#000000",
107-
"icons": [
108-
{
109-
"src": "/icon-192x192.png",
110-
"sizes": "192x192",
111-
"type": "image/png"
112-
},
113-
{
114-
"src": "/icon-512x512.png",
115-
"sizes": "512x512",
116-
"type": "image/png"
117-
}
118-
]
119-
}
120-
`,
95+
"npm install @nextui-org/react",
96+
"yarn add @nextui-org/react",
97+
"pnpm add @nextui-org/react",
12198
],
12299
},
123100
};

0 commit comments

Comments
 (0)