Skip to content

Commit

Permalink
Merge pull request #12 from TerranKartikTellus/notLive
Browse files Browse the repository at this point in the history
description removed for projects
  • Loading branch information
TerranKartikTellus authored Feb 19, 2023
2 parents b127f2e + 5d9f60c commit 72c862c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/home/Galary.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ const [item,setItem] = useState(null)
<div className="text-5xl tracking-wider">{i.title}</div>

{/* <div className="opacity-60 text-xs">{i.date}</div> */}
{/* <div className="opacity-60 text-base">{i.about}</div> */}
<div className="opacity-80 text-lg">{i.description}</div>
<div className="opacity-60 text-base">{i.about}</div>
{/* <div className="opacity-80 text-lg">{i.description}</div> */}
<div className="flex flex-rwo items-center justify-start">
<div>
<Link href="/" >
Expand Down Expand Up @@ -146,8 +146,8 @@ function ShowSm({projects}){
<div className="h-auto space-y-2 p bgred-400 flex flex-col items-center justify-center">

{/* <div className="text-center text-xs opacity-80 tracking-wider">{i.date}</div> */}
{/* <div className="text-center opacity-60 text-base">{i.about}</div> */}
<div className="text-center opacity-80 text-lg">{i.description}</div>
<div className="text-center opacity-60 text-base">{i.about}</div>
{/* <div className="text-center opacity-80 text-lg">{i.description}</div> */}
<div><Link href="/">
<a className="flex underline flex-row item-center justify-center space-x-3">
<div >View Repository</div>
Expand Down

1 comment on commit 72c862c

@vercel
Copy link

@vercel vercel bot commented on 72c862c Feb 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.