diff --git a/src/app/pages/detail/detail.page.scss b/src/app/pages/detail/detail.page.scss
index d542945..1c3cf7a 100644
--- a/src/app/pages/detail/detail.page.scss
+++ b/src/app/pages/detail/detail.page.scss
@@ -1,11 +1,4 @@
-/*
- Authors : initappz (Rahul Jograna)
- Website : https://initappz.com/
- App Name : E-Learning App Template
- This App Template Source code is licensed as per the
- terms found in the Website https://initappz.com/license
- Copyright and Good Faith Purchasers © 2021-present initappz.
-*/
+
ion-content {
.back_image {
width: 100%;
diff --git a/src/app/pages/detail/detail.page.ts b/src/app/pages/detail/detail.page.ts
index 9bd3305..e4d5084 100644
--- a/src/app/pages/detail/detail.page.ts
+++ b/src/app/pages/detail/detail.page.ts
@@ -1,11 +1,3 @@
-/*
- Authors : initappz (Rahul Jograna)
- Website : https://initappz.com/
- App Name : E-Learning App Template
- This App Template Source code is licensed as per the
- terms found in the Website https://initappz.com/license
- Copyright and Good Faith Purchasers © 2021-present initappz.
-*/
import { Router } from '@angular/router';
import { Component, OnInit } from '@angular/core';
import { NavController } from '@ionic/angular';
diff --git a/src/app/pages/home/home.page.html b/src/app/pages/home/home.page.html
index fc5295e..4b9d187 100644
--- a/src/app/pages/home/home.page.html
+++ b/src/app/pages/home/home.page.html
@@ -84,7 +84,7 @@
Recommended Blog
See all
-
+
diff --git a/src/app/pages/home/home.page.ts b/src/app/pages/home/home.page.ts
index e66897b..25e8ef8 100644
--- a/src/app/pages/home/home.page.ts
+++ b/src/app/pages/home/home.page.ts
@@ -83,6 +83,11 @@ export class HomePage implements OnInit {
this.router.navigate([pageToNavigate]);
}
+ blogDetails(item) {
+ var pageToNavigate = 'blogdetail';
+ this.router.navigate([pageToNavigate],{state: item} );
+ }
+
onNotification() {
this.router.navigate(['notification']);
}