Skip to content

Commit

Permalink
removed gc scoreboard
Browse files Browse the repository at this point in the history
  • Loading branch information
chanchalyadav272 committed Jul 2, 2023
1 parent 1906c3e commit 6386cbf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/widgets/home/service_links.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ List<HomeTabTile> serviceLinks = [
label: "Cab Sharing",
icon: FluentIcons.vehicle_bus_24_regular,
routeId: CabShare.id),
const HomeTabTile(
label: "GC Score Board",
icon: FluentIcons.trophy_20_regular,
routeId: Scoreboard.id,
),
// const HomeTabTile(
// label: "GC Score Board",
// icon: FluentIcons.trophy_20_regular,
// routeId: Scoreboard.id,
// ),
const HomeTabTile(
label: "UPSP",
icon: FluentIcons.chat_warning_16_regular,
Expand Down

0 comments on commit 6386cbf

Please sign in to comment.