fix: tweak css

This commit is contained in:
Arvid Norlin
2024-05-28 11:43:14 +02:00
parent 4b4e214ab9
commit f68b184d93
4 changed files with 16 additions and 29 deletions

View File

@@ -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} />}