first commit for dev

This commit is contained in:
joseph le 2023-10-03 15:10:40 +07:00
parent 398efa2e31
commit 5654082cfd
1 changed files with 1 additions and 1 deletions

View File

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