Skip to content

Commit

Permalink
fix: 类名错误
Browse files Browse the repository at this point in the history
  • Loading branch information
silinchen committed Apr 20, 2023
1 parent ebff898 commit d4f1e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page/page-footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const PageFooter: IPageFooter = (props: PageFooterProps) => {
const footerCls = classNames(className, {
[`${clsPrefix}--dividing`]: divider,
[`${prefix}page-footer`]: true,
[`${prefix}page-footer-fixed`]: fixed,
[`${prefix}page-footer--fixed`]: fixed,
[`${clsPrefix}--no-top-padding`]: noTopPadding,
[`${clsPrefix}--fullwidth`]: fullWidth,
[`${prefix}bg--${mode}`]: !!mode,
Expand Down

0 comments on commit d4f1e4c

Please sign in to comment.