From 1e4db571237b40a6beb3dd500c7035da95153c58 Mon Sep 17 00:00:00 2001 From: JHawk0224 Date: Fri, 29 Mar 2024 18:16:28 -0400 Subject: [PATCH] Prep temporary release --- PennMobile/Setup + Navigation/Features.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PennMobile/Setup + Navigation/Features.swift b/PennMobile/Setup + Navigation/Features.swift index 56f1a175..d58a97d3 100644 --- a/PennMobile/Setup + Navigation/Features.swift +++ b/PennMobile/Setup + Navigation/Features.swift @@ -111,10 +111,10 @@ let features: [AppFeature] = [ .navigationTitle(Text("Fitness")) }, AppFeature(.polls, shortName: "Polls", longName: "Polls History", color: .blueDark, image: .app("Polls_Grey"), controller: PollsViewController.self), - AppFeature(.subletting, name: "Subletting", color: .baseOrange, image: .system("building")) { - MarketplaceView() - .navigationTitle(Text("Marketplace")) - }, +// AppFeature(.subletting, name: "Subletting", color: .baseOrange, image: .system("building")) { +// MarketplaceView() +// .navigationTitle(Text("Marketplace")) +// }, AppFeature(.pac, shortName: "PAC", longName: "PAC Code", color: .grey5, image: .system("lock"), controller: PacCodeViewController.self), AppFeature(.about, name: "About", color: .baseBlue, image: .system("info.circle"), controller: AboutViewController.self) ]