Fix skeleton for MyPagesMobileMenu

This commit is contained in:
Anton Gunnarsson
2024-11-14 13:25:44 +01:00
parent 16882fc20a
commit 40df15d0e5
3 changed files with 21 additions and 7 deletions

View File

@@ -76,3 +76,13 @@ export default function MyPagesMobileMenu({
</div>
)
}
export function MyPagesMobileMenuSkeleton() {
return (
<div className={styles.myPagesMobileMenu}>
<MainMenuButton className={styles.button}>
<Avatar />
</MainMenuButton>
</div>
)
}