diff --git a/ng6-seed/package.json b/ng6-seed/package.json
index e3df6f50e..4e2de9bb2 100755
--- a/ng6-seed/package.json
+++ b/ng6-seed/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"license": "MIT",
"scripts": {
- "build-prod": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng",
+ "prod": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build --prod --build-optimizer=true",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/edit-pd-master/edit-pd-master.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/edit-pd-master/edit-pd-master.component.html
index ed256c201..7d4ca2fbb 100755
--- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/edit-pd-master/edit-pd-master.component.html
+++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/edit-pd-master/edit-pd-master.component.html
@@ -166,7 +166,7 @@
-
+
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/final-remarks/final-remarks.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/final-remarks/final-remarks.component.html
index 70e5beb5b..7c7e1cd16 100755
--- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/final-remarks/final-remarks.component.html
+++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/final-remarks/final-remarks.component.html
@@ -13,8 +13,8 @@
{{ pm.description }}
-
-
+
+
@@ -22,8 +22,8 @@
Location
-
-
+
+
diff --git a/ng6-seed/src/environments/environment.ts b/ng6-seed/src/environments/environment.ts
index af7a9fb85..67aab72f9 100755
--- a/ng6-seed/src/environments/environment.ts
+++ b/ng6-seed/src/environments/environment.ts
@@ -25,5 +25,5 @@ export const environment = {
s3_endpoint: '',
accessToken:'',
//apiUrl:'http://localhost/sparqapi/api/'
- apiEndpoint: 'https://ssa.sineedge.com/sparqtest/api/'
+ apiEndpoint: 'https://ssa.sineedge.com/sparqapi/api/'
};