+
+
-
+
diff --git a/src/app/pages/home/home.ts b/src/app/pages/home/home.ts
index 2bf1c29..2b34183 100644
--- a/src/app/pages/home/home.ts
+++ b/src/app/pages/home/home.ts
@@ -13,8 +13,4 @@ import { AnimateOnScrollModule } from 'primeng/animateonscroll';
})
export class Home {
- isMobile() {
- return window.innerWidth < 1024;
- }
-
}