Fix typescript errors on astro check

This commit is contained in:
prototypa
2024-03-26 22:23:23 -04:00
parent 29dc532de7
commit a2187f0991
7 changed files with 27 additions and 21 deletions

View File

@@ -34,7 +34,7 @@ const posts = APP_BLOG.isEnabled ? await findPostsByIds(postIds) : [];
{
APP_BLOG.isEnabled ? (
<WidgetWrapper id={id} isDark={isDark} containerClass={classes?.container} bg={bg}>
<WidgetWrapper id={id} isDark={isDark} containerClass={classes?.container as string} bg={bg}>
<div class="flex flex-col lg:justify-between lg:flex-row mb-8">
{title && (
<div class="md:max-w-sm">