change color and data
This commit is contained in:
parent
1b45746fb1
commit
dbc5619588
|
|
@ -23,7 +23,7 @@ const App = () => {
|
|||
<h1>Demo Git Webhook</h1>
|
||||
{allProducts.map((pro) => (
|
||||
<div>
|
||||
<h3 style={{ backgroundColor: "green" }}>
|
||||
<h3 style={{ backgroundColor: "yellow" }}>
|
||||
SN: {pro.SN}
|
||||
</h3>
|
||||
<p>PID: {pro.PID}</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue