From 0d54d345a8a6f5bd586c6f6a80fb1fa8b4215a16 Mon Sep 17 00:00:00 2001 From: Brett Upton Date: Fri, 9 Jul 2021 08:06:31 +0200 Subject: [PATCH] Changed composition titles --- examples/angular-cli/.storybook/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/angular-cli/.storybook/main.js b/examples/angular-cli/.storybook/main.js index 7602f927eb2d..c494920d567f 100644 --- a/examples/angular-cli/.storybook/main.js +++ b/examples/angular-cli/.storybook/main.js @@ -26,11 +26,11 @@ module.exports = { url: 'https://storybookjs.netlify.app/cra-ts-essentials', }, second: { - title: 'Composition test one', + title: 'Composition test two', url: 'https://storybookjs.netlify.app/cra-ts-essentials', }, third: { - title: 'Composition test one', + title: 'Composition test three', url: 'https://storybookjs.netlify.app/cra-ts-essentials', }, },