Skip to content

Commit

Permalink
Update DirectionsView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
scraptechguy committed Dec 20, 2022
1 parent 617d076 commit e4f72eb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Peep/Views/Home/Detail/DirectionsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ struct DirectionsView: View {
} else {

VStack {
Image("broken_initial")
.padding()
.padding(.top)
.scaleEffect(0.8)
.minimumScaleFactor(0.5)

Text(unavailableFeatureLocation)
.foregroundColor(Color("Font"))
.multilineTextAlignment(.center)
Expand All @@ -76,7 +70,7 @@ struct DirectionsView: View {
}
}
}.frame(maxWidth: .infinity, alignment: .center)
.frame(maxHeight: .infinity, alignment: .top)
.frame(maxHeight: .infinity, alignment: .center)

}
}
Expand Down

0 comments on commit e4f72eb

Please sign in to comment.