We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4fc62 commit d689622Copy full SHA for d689622
src/components/v1/Projcts/_RepoCard.js
@@ -18,7 +18,7 @@ const RepoCard = ({ repo }) => {
18
href={html_url}
19
target="_blank"
20
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"
+ 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"
22
>
23
<div>
24
<div className="flex flex-row">
0 commit comments