diff --git a/frontend/components/PostCard.tsx b/frontend/components/PostCard.tsx index e79dc23..b541804 100644 --- a/frontend/components/PostCard.tsx +++ b/frontend/components/PostCard.tsx @@ -4,7 +4,7 @@ import { Post } from "../types/index.ts"; export const PostCard = function PostCard({ post }: { post: Post }) { return ( -
+

{post.title}

diff --git a/frontend/components/PostHeader.tsx b/frontend/components/PostHeader.tsx index 010138c..45c0d01 100644 --- a/frontend/components/PostHeader.tsx +++ b/frontend/components/PostHeader.tsx @@ -9,7 +9,7 @@ export const PostHeader = function PostHeader({ post }: PostHeaderOpts) { Wyatt J. Miller | {post.title}

-
+

diff --git a/frontend/islands/ProjectCard.tsx b/frontend/islands/ProjectCard.tsx index f0c205e..1212d1f 100644 --- a/frontend/islands/ProjectCard.tsx +++ b/frontend/islands/ProjectCard.tsx @@ -3,7 +3,7 @@ export const ProjectCard = function ProjectCard(props: ProjectProps) {

props.repo && open(props.repo, "_blank")} >
diff --git a/frontend/routes/contact/index.tsx b/frontend/routes/contact/index.tsx index a133019..88dc1fc 100644 --- a/frontend/routes/contact/index.tsx +++ b/frontend/routes/contact/index.tsx @@ -175,7 +175,7 @@ export default function Contact({ data }: PageProps) {