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 b8d2169 commit 558e70fCopy full SHA for 558e70f
app/routes/stats/npm/index.tsx
@@ -1965,9 +1965,9 @@ function RouteComponent() {
1965
>
1966
<div className="inline-flex items-center gap-1">
1967
{stat!.growth > 0 ? (
1968
- <MdArrowDownward />
1969
- ) : (
1970
<MdArrowUpward />
+ ) : (
+ <MdArrowDownward />
1971
)}
1972
{formatNumber(Math.abs(stat!.growth))}
1973
</div>
@@ -1983,9 +1983,9 @@ function RouteComponent() {
1983
1984
1985
{stat!.growthPercentage > 0 ? (
1986
1987
1988
1989
1990
{Math.abs(stat!.growthPercentage).toFixed(1)}%
1991
0 commit comments