From bddfd39e8fa00fca4fd7ea3ccfc2077b2b094290 Mon Sep 17 00:00:00 2001 From: nam Date: Sun, 15 Dec 2024 00:38:43 +0530 Subject: [PATCH] home page --- src/components/Art.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Art.tsx b/src/components/Art.tsx index c89b6f8..8c0896c 100644 --- a/src/components/Art.tsx +++ b/src/components/Art.tsx @@ -55,7 +55,7 @@ const AsciiArtComponent: Component = (props) => { }; return ( -
+
{asciiArt()}
);