diff --git a/website/src/App.js b/website/src/App.js index 4a0b415..236ef3f 100644 --- a/website/src/App.js +++ b/website/src/App.js @@ -22,7 +22,9 @@ const App = () => {

Demo Git Webhook

{allProducts.map((pro) => (
-

SN: {pro.SN}

+

+ SN: {pro.SN} +

PID: {pro.PID}

VID: {pro.VID}

File: {pro.fileName}