Skip to content

Commit

Permalink
Prep temporary release
Browse files Browse the repository at this point in the history
  • Loading branch information
JHawk0224 committed Mar 29, 2024
1 parent d929b30 commit 1e4db57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PennMobile/Setup + Navigation/Features.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
]

0 comments on commit 1e4db57

Please sign in to comment.