Skip to content

Commit

Permalink
chore(Overlay): move to Feedback folder (#1736)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Morozov <amje@yandex-team.ru>
  • Loading branch information
Vladeeg and amje authored Aug 8, 2024
1 parent a19e457 commit 4a14815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
/src/components/Loader @SeqviriouM
/src/components/Menu @NikitaCG
/src/components/Modal @amje
/src/components/Overlay @Vladeeg
/src/components/Pagination @jhoncool
/src/components/Palette @Ruminat
/src/components/PinInput @amje
Expand Down
2 changes: 1 addition & 1 deletion src/components/Overlay/__stories__/Overlay.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const b = block('overlay-stories');
type Story = StoryObj<typeof Overlay>;

export default {
title: 'Components/Utils/Overlay',
title: 'Components/Feedback/Overlay',
component: Overlay,
} as Meta;

Expand Down

0 comments on commit 4a14815

Please sign in to comment.