diff --git a/src/app/_components/ImageAuthor.tsx b/src/app/_components/ImageAuthor.tsx index cee2c38..2cda4ba 100644 --- a/src/app/_components/ImageAuthor.tsx +++ b/src/app/_components/ImageAuthor.tsx @@ -5,9 +5,9 @@ import { FaExternalLinkAlt } from "react-icons/fa"; export default function ImageAuthor(props: Props) { return (
{props.description}
+{props.description}
by {props.author}
-