Skip to content

Commit

Permalink
fix: pc container class name (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorgeousvlad authored Nov 27, 2023
1 parent bc0e0f5 commit 917aac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/PageConstructor/PageConstructor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const Constructor = (props: PageConstructorProps) => {

return (
<InnerContext.Provider value={context}>
<RootCn>
<RootCn className={b()}>
<div className={b('wrapper')}>
{themedBackground && (
<BackgroundMedia {...themedBackground} className={b('background')} />
Expand Down

0 comments on commit 917aac2

Please sign in to comment.