diff --git a/components/blog-post.tsx b/components/blog-post.tsx index 774e901..d8faeeb 100644 --- a/components/blog-post.tsx +++ b/components/blog-post.tsx @@ -138,11 +138,11 @@ export function BlogPostHeader() {
-
+
{authors && authors.length > 0 && ( -
0 ? "w-1/2" : "w-full")}> +
Written By
-
4 && "max-w-3xl")}> +
{authors.map((author: string) => ( ))} @@ -151,9 +151,9 @@ export function BlogPostHeader() { )} {reviewers && reviewers.length > 0 && ( -
0 ? "w-1/2": "w-full")}> +
Reviewed By
-
4 && "max-w-3xl")}> +
{reviewers.map((reviewer: string) => ( ))}