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