diff --git a/src/app/bookmarks/bookmarks.page.ts b/src/app/bookmarks/bookmarks.page.ts
index 4ab4800..444b0c5 100644
--- a/src/app/bookmarks/bookmarks.page.ts
+++ b/src/app/bookmarks/bookmarks.page.ts
@@ -47,7 +47,7 @@ export class BookmarksPage implements OnInit {
}
showNewsDetails(alias_title: string, type: string) {
- this.router.navigate(['/home-details', { alias_title: alias_title, type: type }]);
+ this.router.navigate(['/home-details', { alias_title: alias_title, type: 'news' }]);
}
ngOnInit() {
diff --git a/src/app/home/home.page.html b/src/app/home/home.page.html
index ea0f4f6..144936c 100644
--- a/src/app/home/home.page.html
+++ b/src/app/home/home.page.html
@@ -41,12 +41,12 @@
-