change color

This commit is contained in:
joseph le 2023-10-14 08:59:51 +07:00
parent 1666b821cc
commit be24113904
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ app.get("/api/products", (req, res) => {
{
PID: "N9K-C9372PX",
VID: "V03",
SN: "SSSSAL1948TVZW",
SN: "SAL1948TVZW",
line: [100, 200, 300],
fileName: "20230929-TEST01-Session.Port6-8-172.16.20.7.log",
warehouse: "AU",

View File

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