amp is stupid

This commit is contained in:
headpatsyou 2026-01-08 12:44:30 +00:00
parent 205f1bfdcd
commit 37877bf4dd

View file

@ -22,7 +22,7 @@ const ResultCell = ({ value }: { value: string | undefined }) => {
if (isPositive) {
return (
<td className="border p-2 bg-red-600 text-green-400 font-semibold">
<td className="border p-2 bg-green-600 text-white font-semibold">
{displayValue}
</td>
);