diff --git a/lib/screens/home.dart b/lib/screens/home.dart index 78ea211..c17c92c 100644 --- a/lib/screens/home.dart +++ b/lib/screens/home.dart @@ -304,11 +304,11 @@ class _HomeScreenState extends State { const SizedBox( height: 50, ), - WideCard( - content: "Eid Takbeers", - onTap: () => GoRouter.of(context).push("/eid-takbeer"), - ), - const SizedBox(height: 15), + // WideCard( + // content: "Eid Takbeers", + // onTap: () => GoRouter.of(context).push("/eid-takbeer"), + // ), + // const SizedBox(height: 15), WideCard( content: "Submit feedback", onTap: () => _launchUrl(),