Skip to content

Commit

Permalink
repocCard Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SudeeptaGiri committed Oct 24, 2023
1 parent 2c4fc62 commit d689622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/v1/Projcts/_RepoCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const RepoCard = ({ repo }) => {
href={html_url}
target="_blank"
rel="noopener noreferrer"
className="flex h-full w-full flex-col justify-between rounded-lg border border-gray-700 bg-slate-900/60 p-5 shadow delay-100 duration-200"
className="flex h-full w-full flex-col justify-between rounded-lg border border-gray-700 bg-slate-900/60 p-5 shadow duration-200 delay-100"
>
<div>
<div className="flex flex-row">
Expand Down

0 comments on commit d689622

Please sign in to comment.