Skip to content

Commit 8367a8b

Browse files
chore: update all stories
1 parent b10e9b3 commit 8367a8b

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

src/course/02-lessons/01-Bronze/Hooks/exercise/exercise.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { Meta, StoryObj } from '@storybook/react';
33
import { Exercise } from './exercise';
44

55
const meta: Meta<typeof Exercise> = {
6-
title: 'Lessons/🥉 Bronze/Hooks Pattern/02-Exercise',
6+
title: 'Lessons/🥉 Bronze/🎣 Hooks Pattern/02-Exercise',
77
component: Exercise
88
};
99

src/course/02-lessons/01-Bronze/Hooks/final/final.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { Meta, StoryObj } from '@storybook/react';
33
import { Final } from './final';
44

55
const meta: Meta<typeof Final> = {
6-
title: 'Lessons/🥉 Bronze/Hooks Pattern/03-Final',
6+
title: 'Lessons/🥉 Bronze/🎣 Hooks Pattern/03-Final',
77
component: Final
88
};
99

src/course/02-lessons/01-Bronze/PresentationalAndContainer/exercise/exercise.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { BrandPageOne, BrandPageTwo } from './exercise';
44

55
const meta: Meta<typeof BrandPageOne> = {
66
title:
7-
'Lessons/🥉 Bronze/Presentational & Container Pattern/02-Exercise',
7+
'Lessons/🥉 Bronze/🎭 Presentational & Container Pattern/02-Exercise',
88
component: BrandPageOne
99
};
1010

src/course/02-lessons/01-Bronze/PresentationalAndContainer/final/final.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { BrandPageOne, BrandPageTwo } from './final';
44

55
const meta: Meta<typeof BrandPageOne> = {
66
title:
7-
'Lessons/🥉 Bronze/Presentational & Container Pattern/03-Final',
7+
'Lessons/🥉 Bronze/🎭 Presentational & Container Pattern/03-Final',
88
component: BrandPageOne
99
};
1010

src/course/02-lessons/01-Bronze/PropsCombination/exercise/exercise.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { Meta, StoryObj } from '@storybook/react';
33
import { Exercise } from './exercise';
44

55
const meta: Meta<typeof Exercise> = {
6-
title: 'Lessons/🥉 Bronze/Props Combination Pattern/02-Exercise',
6+
title: 'Lessons/🥉 Bronze/🧩 Props Combination Pattern/02-Exercise',
77
component: Exercise
88
};
99

src/course/02-lessons/01-Bronze/PropsCombination/final/final.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { Meta, StoryObj } from '@storybook/react';
33
import { Final } from './final';
44

55
const meta: Meta<typeof Final> = {
6-
title: 'Lessons/🥉 Bronze/Props Combination Pattern/03-Final',
6+
title: 'Lessons/🥉 Bronze/🧩 Props Combination Pattern/03-Final',
77
component: Final
88
};
99

src/course/02-lessons/01-Bronze/Slots/exercise/exercise.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { Meta, StoryObj } from '@storybook/react';
33
import { Exercise } from './exercise';
44

55
const meta: Meta<typeof Exercise> = {
6-
title: 'Lessons/🥉 Bronze/Slots/02-Exercise',
6+
title: 'Lessons/🥉 Bronze/🎰 Slots Pattern/02-Exercise',
77
component: Exercise
88
};
99

src/course/02-lessons/01-Bronze/Slots/final/final.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { Meta, StoryObj } from '@storybook/react';
33
import { Final } from './final';
44

55
const meta: Meta<typeof Final> = {
6-
title: 'Lessons/🥉 Bronze/Slots/03-Final',
6+
title: 'Lessons/🥉 Bronze/🎰 Slots Pattern/03-Final',
77
component: Final
88
};
99

src/course/02-lessons/02-Silver/Compound/exercise/exercise.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { Meta, StoryObj } from '@storybook/react';
33
import { Exercise } from './exercise';
44

55
const meta: Meta<typeof Exercise> = {
6-
title: 'Lessons/🥈 Silver/Compound Components Pattern/02-Exercise',
6+
title: 'Lessons/🥈 Silver/🧩 Compound Components Pattern/02-Exercise',
77
component: Exercise
88
};
99

src/course/02-lessons/02-Silver/Compound/final/final.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { Meta, StoryObj } from '@storybook/react';
33
import { Final } from './final';
44

55
const meta: Meta<typeof Final> = {
6-
title: 'Lessons/🥈 Silver/Compound Components Pattern/03-Final',
6+
title: 'Lessons/🥈 Silver/🧩 Compound Components Pattern/03-Final',
77
component: Final
88
};
99

0 commit comments

Comments
 (0)