fix: tweak css
This commit is contained in:
@@ -11,7 +11,7 @@ export default async function LoyaltyPage() {
|
||||
const hasSidebar = !!loyaltyPage.sidebar.length
|
||||
return (
|
||||
<section
|
||||
className={`${styles.content} ${hasSidebar && styles.hasLeftSignbar}`}
|
||||
className={`${styles.content} ${hasSidebar && styles.hasLeftSidebar}`}
|
||||
>
|
||||
{hasSidebar && <Sidebar blocks={loyaltyPage.sidebar} />}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user