Skip to content

Commit 7beeea0

Browse files
committed
Move problem counts to after 'Problems' tab title
1 parent 2384d4c commit 7beeea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Playground.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1725,6 +1725,7 @@ let make = (~versions: array<string>) => {
17251725
}
17261726

17271727
<div className="inline-flex items-center gap-2">
1728+
{"Problems"->React.string}
17281729
{if problemCounts["errors"] > 0 {
17291730
<span className="inline-block min-w-4 text-fire bg-fire-100 px-0.5">
17301731
{problemCounts["errors"]->React.int}
@@ -1739,7 +1740,6 @@ let make = (~versions: array<string>) => {
17391740
} else {
17401741
React.null
17411742
}}
1742-
{"Problems"->React.string}
17431743
</div>
17441744
}
17451745

0 commit comments

Comments
 (0)