From 5d9f60cbaf11d4200ff5ace0998501bff684e43d Mon Sep 17 00:00:00 2001 From: Terran Kartik Tellus <91951646+TerranKartikTellus@users.noreply.github.com> Date: Sun, 19 Feb 2023 15:35:44 +0530 Subject: [PATCH] description removed for projects --- components/home/Galary.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/home/Galary.js b/components/home/Galary.js index da31d2e..af22406 100644 --- a/components/home/Galary.js +++ b/components/home/Galary.js @@ -59,8 +59,8 @@ const [item,setItem] = useState(null)
{i.title}
{/*
{i.date}
*/} - {/*
{i.about}
*/} -
{i.description}
+
{i.about}
+ {/*
{i.description}
*/}
@@ -146,8 +146,8 @@ function ShowSm({projects}){
{/*
{i.date}
*/} - {/*
{i.about}
*/} -
{i.description}
+
{i.about}
+ {/*
{i.description}
*/}
View Repository