Skip to content

Commit d689622

Browse files
committed
repocCard Updated
1 parent 2c4fc62 commit d689622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/v1/Projcts/_RepoCard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const RepoCard = ({ repo }) => {
1818
href={html_url}
1919
target="_blank"
2020
rel="noopener noreferrer"
21-
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"
21+
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"
2222
>
2323
<div>
2424
<div className="flex flex-row">

0 commit comments

Comments
 (0)