diff --git a/frontend/components/Footer.tsx b/frontend/components/Footer.tsx index 6ac63fe..efb8e5c 100644 --- a/frontend/components/Footer.tsx +++ b/frontend/components/Footer.tsx @@ -9,7 +9,7 @@ export default function Footer() {
@@ -18,7 +18,7 @@ export default function Footer() {
@@ -28,7 +28,10 @@ export default function Footer() {
- +
Resume @@ -43,12 +46,6 @@ export default function Footer() { Email me
- -
GitHub
-
diff --git a/frontend/components/PostBody.tsx b/frontend/components/PostBody.tsx index a8c9635..81bf1a8 100644 --- a/frontend/components/PostBody.tsx +++ b/frontend/components/PostBody.tsx @@ -2,10 +2,13 @@ import { Post } from "../types/index.ts"; export const PostBody = function PostBody({ post }: PostBodyOpts) { return ( -
+
+
+
); }; diff --git a/frontend/components/PostHeader.tsx b/frontend/components/PostHeader.tsx index cb34986..7c171f2 100644 --- a/frontend/components/PostHeader.tsx +++ b/frontend/components/PostHeader.tsx @@ -8,7 +8,7 @@ export const PostHeader = function PostHeader({ post }: PostHeaderOpts) { Wyatt J. Miller | {post.title} -
+
diff --git a/frontend/routes/_app.tsx b/frontend/routes/_app.tsx index 2c807c2..fbe63ba 100644 --- a/frontend/routes/_app.tsx +++ b/frontend/routes/_app.tsx @@ -8,7 +8,7 @@ export default function App({ Component }: PageProps) { frontend - +