Skip to content

Commit

Permalink
fix: css class name
Browse files Browse the repository at this point in the history
  • Loading branch information
mournfulCoroner committed May 6, 2024
1 parent ad9680a commit a28dedc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.sheet-stories-with-image-showcase {
.sheet-stories-with-multiple-sheets {
display: flex;
justify-content: center;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import type {SheetProps} from '../../Sheet';

import './MultipleSheets.scss';

const b = cn('sheet-stories-with-image-showcase');
const b = cn('sheet-stories-with-multiple-sheets');

export default {
title: 'Components/Overlays/Sheet',
Expand Down

0 comments on commit a28dedc

Please sign in to comment.