diff --git a/Mohem/src/app/hmg-common/ui/file-uploader/file-uploader.component.ts b/Mohem/src/app/hmg-common/ui/file-uploader/file-uploader.component.ts
index 1a96a9e0..fe573455 100644
--- a/Mohem/src/app/hmg-common/ui/file-uploader/file-uploader.component.ts
+++ b/Mohem/src/app/hmg-common/ui/file-uploader/file-uploader.component.ts
@@ -230,7 +230,7 @@ export class FileUploaderComponent implements OnInit {
});
});
}
- getImgContent(imgFile, data): SafeUrl {
+ getImgContent(imgFile): SafeUrl {
console.log(imgFile);
return this.sanitizer.bypassSecurityTrustUrl(imgFile);
}
diff --git a/Mohem/src/app/itemforsale/home/home.component.html b/Mohem/src/app/itemforsale/home/home.component.html
index 7ae95d62..0c53582e 100644
--- a/Mohem/src/app/itemforsale/home/home.component.html
+++ b/Mohem/src/app/itemforsale/home/home.component.html
@@ -141,7 +141,7 @@
-
diff --git a/Mohem/src/app/itemforsale/item-details/item-details.component.html b/Mohem/src/app/itemforsale/item-details/item-details.component.html
index 981c2446..279a4fc8 100644
--- a/Mohem/src/app/itemforsale/item-details/item-details.component.html
+++ b/Mohem/src/app/itemforsale/item-details/item-details.component.html
@@ -12,7 +12,7 @@
-
+
0">
diff --git a/Mohem/src/assets/imgs/mohemm-action/More-2.png b/Mohem/src/assets/imgs/mohemm-action/More-2.png
new file mode 100644
index 00000000..925f6ea5
Binary files /dev/null and b/Mohem/src/assets/imgs/mohemm-action/More-2.png differ
diff --git a/Mohem/src/assets/imgs/mohemm-action/More.png b/Mohem/src/assets/imgs/mohemm-action/More.png
index 925f6ea5..005e24ba 100644
Binary files a/Mohem/src/assets/imgs/mohemm-action/More.png and b/Mohem/src/assets/imgs/mohemm-action/More.png differ
diff --git a/Mohem/src/assets/imgs/mohemm-action/Skip-2.png b/Mohem/src/assets/imgs/mohemm-action/Skip-2.png
new file mode 100644
index 00000000..03b3c23f
Binary files /dev/null and b/Mohem/src/assets/imgs/mohemm-action/Skip-2.png differ
diff --git a/Mohem/src/assets/imgs/mohemm-action/Skip.png b/Mohem/src/assets/imgs/mohemm-action/Skip.png
index 03b3c23f..17e38cb3 100644
Binary files a/Mohem/src/assets/imgs/mohemm-action/Skip.png and b/Mohem/src/assets/imgs/mohemm-action/Skip.png differ