change color

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

View File

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