Skip to content

Commit

Permalink
Remove the Eid Takbeers button
Browse files Browse the repository at this point in the history
  • Loading branch information
hkamran80 committed Feb 9, 2024
1 parent fb0b0bd commit 2b75b16
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/screens/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,11 @@ class _HomeScreenState extends State<HomeScreen> {
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(),
Expand Down

0 comments on commit 2b75b16

Please sign in to comment.