Remove unnecessary props and data structure

This commit is contained in:
adilallo
2025-09-05 08:09:44 -06:00
parent fc096129dd
commit 93182e6c2d
8 changed files with 21 additions and 279 deletions
+1 -2
View File
@@ -10,9 +10,8 @@ import ContentContainer from "./ContentContainer";
*/
const ContentThumbnailTemplate = ({
post,
variant = "vertical",
className = "",
showReadingTime = true,
variant = "vertical", // Internal prop for testing/development
}) => {
// Post-specific background selection - different SVG for each post
const getBackgroundImage = (slug, variant) => {