change color

This commit is contained in:
joseph le 2023-10-13 16:37:13 +07:00
parent 52d98cec10
commit 1b45746fb1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ const App = () => {
<h1>Demo Git Webhook</h1>
{allProducts.map((pro) => (
<div>
<h3 style={{ backgroundColor: "red" }}>
<h3 style={{ backgroundColor: "green" }}>
SN: {pro.SN}
</h3>
<p>PID: {pro.PID}</p>