chore: add lang for logout href

This commit is contained in:
Matilda Landström
2024-05-21 12:07:45 +02:00
parent af1d65f4bb
commit 3085cccf8b
2 changed files with 5 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ export default async function MyPages({
<Breadcrumbs />
<div className={styles.content}>
<Sidebar />
<Sidebar lang={params.lang} />
<MaxWidth className={styles.blocks} tag="main">
{accountPage.content.length ? (
<Content lang={params.lang} content={accountPage.content} />