diff --git a/components/hero-post.tsx b/components/hero-post.tsx index abd800f..e9bb138 100644 --- a/components/hero-post.tsx +++ b/components/hero-post.tsx @@ -19,56 +19,56 @@ export default function HeroPost({ slug, isCommunity, }) { - const basePath = isCommunity ? "/community" : "/technology"; - const cleanExcerpt = excerpt.replace("Table of Contents", ""); + const basePath = isCommunity ? "/community" : "/technology"; + excerpt = excerpt.replace("Table of Contents", ""); - console.log("cleanExcerpt", cleanExcerpt); return ( -
-
- {/* Banner */} -
- Latest Blog -
+
+
+ {/* Banner */} +
+ Latest Blog +
- {/* Content */} -
- {coverImage && ( - - )} -
-
-
-

- -

-
-
- -
-
- -
-
-
-
-
+ {/* Content */} +
+ {coverImage && ( + + )} +
+
+
+

+ +

+
+
+ +
+
+
-
+
+
+
+
+
+
+ ); }