From da8644f7feb731ea463e413a797bbe4ee9d51700 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Sun, 3 Dec 2023 15:12:19 +0100 Subject: [PATCH] chore: new tab --- src/app/_components/ImageAuthor.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}
-