diff --git a/components/posts.tsx b/components/posts.tsx index 31bea9b..ebf97f3 100644 --- a/components/posts.tsx +++ b/components/posts.tsx @@ -20,8 +20,14 @@ export default function Posts({ posts }: { posts: Content[] }) {

{post.description}

{post.image && ( -
- {post.title} +
+ {post.title}
)}
diff --git a/components/projects.tsx b/components/projects.tsx index 94ee7eb..deb768b 100644 --- a/components/projects.tsx +++ b/components/projects.tsx @@ -19,7 +19,13 @@ export default function Projects({ projects }: { projects: Content[] }) { {project.image && (
- {project.title} + {project.title}
)}