change color
This commit is contained in:
parent
eab8415889
commit
700ae99d7d
|
|
@ -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: "pink" }}>
|
<h3 style={{ backgroundColor: "green" }}>
|
||||||
SN: {pro.SN}
|
SN: {pro.SN}
|
||||||
</h3>
|
</h3>
|
||||||
<p>PID: {pro.PID}</p>
|
<p>PID: {pro.PID}</p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue