diff --git a/frontend/components/AuthorCard.tsx b/frontend/components/AuthorCard.tsx index da633a4..8663d5b 100644 --- a/frontend/components/AuthorCard.tsx +++ b/frontend/components/AuthorCard.tsx @@ -9,11 +9,13 @@ export default function AuthorCard({ }) { return (
-
+

- © {new Date().getFullYear()}{" "} - Miller Web Solutions. All Rights Reserved. Hosted by Akamai. + © {new Date().getFullYear()} Miller Web Solutions. All Rights + Reserved. Hosted by Akamai.

diff --git a/frontend/components/PostCard.tsx b/frontend/components/PostCard.tsx index 691226d..da3f039 100644 --- a/frontend/components/PostCard.tsx +++ b/frontend/components/PostCard.tsx @@ -4,7 +4,7 @@ import { truncateString } from "../lib/truncate.ts"; export const PostCard = function PostCard({ post }: { post: Post }) { return (