-
+
{books?.data.map((book) => )}
-
+
{people?.data.map((person) => )}
-
+
{videos?.data.map((video) => )}
-
+
{medias?.data.map((media) => )}
diff --git a/src/web/sections/favorites/favorites-sub-section.astro b/src/web/sections/favorites/favorites-sub-section.astro
index f225b4b..a3653d2 100644
--- a/src/web/sections/favorites/favorites-sub-section.astro
+++ b/src/web/sections/favorites/favorites-sub-section.astro
@@ -4,19 +4,25 @@ import Typography from '@/web/components/typography.astro';
export interface Props {
subSection?: SubSection;
- class: string;
+ minTileWidth: number;
}
-const { subSection, ...props } = Astro.props;
+const { subSection, minTileWidth } = Astro.props;
---
{
subSection && (