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 34a455f commit 721c225Copy full SHA for 721c225
src/app/packages/page.tsx
@@ -45,7 +45,7 @@ const Stats = () => {
45
46
useEffect(() => {
47
if (npmPackage) {
48
- setCount(npmPackage.total); // Open the modal when npmPackage is updated
+ setCount(npmPackage.total); //update total count when npmPackage is updated
49
}
50
}, [npmPackage]);
51
@@ -371,7 +371,7 @@ const Stats = () => {
371
className='h-6 w-6'
372
fill='none'
373
viewBox='0 0 24 24'
374
- stroke='red'
+ stroke='black'
375
>
376
<path
377
strokeLinecap='round'
0 commit comments