diff --git a/docs/todo3.md b/docs/todo3.md index 86e08b4..4cce98a 100644 --- a/docs/todo3.md +++ b/docs/todo3.md @@ -272,4 +272,6 @@ astro 4.10 types and zod for env vars CategoryListCard small PostItem move all types in types folder +colors for CategoryCard +extract all lists with render props, maybe ``` diff --git a/src/components/CategoriesAndTags.astro b/src/components/CategoriesAndTags.astro index b4c8964..11c37b3 100644 --- a/src/components/CategoriesAndTags.astro +++ b/src/components/CategoriesAndTags.astro @@ -40,5 +40,4 @@ const categoryLinks = getCategoryLinks(posts); ) } - />