diff --git a/src/app/pages/inbox/inbox.page.html b/src/app/pages/inbox/inbox.page.html index 29ae4e2..6a979d4 100644 --- a/src/app/pages/inbox/inbox.page.html +++ b/src/app/pages/inbox/inbox.page.html @@ -1,11 +1,4 @@ - + @@ -13,17 +6,17 @@ - Inbox + Current Tasks - Chats + Active - Calls + Past Due diff --git a/src/app/pages/my-course/my-course.page.html b/src/app/pages/my-course/my-course.page.html index 86c3425..f11fe4a 100644 --- a/src/app/pages/my-course/my-course.page.html +++ b/src/app/pages/my-course/my-course.page.html @@ -1,11 +1,4 @@ - + @@ -13,7 +6,7 @@ - My Courses + Find Task diff --git a/src/app/pages/tabs/tabs.module.ts b/src/app/pages/tabs/tabs.module.ts index 7eb894e..030df6d 100644 --- a/src/app/pages/tabs/tabs.module.ts +++ b/src/app/pages/tabs/tabs.module.ts @@ -1,12 +1,4 @@ import { IonicModule } from '@ionic/angular'; -/* - 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 { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { FormsModule } from '@angular/forms';