diff --git a/damus/Components/ImageCarousel.swift b/damus/Components/ImageCarousel.swift index c92b332d..5c59625a 100644 --- a/damus/Components/ImageCarousel.swift +++ b/damus/Components/ImageCarousel.swift @@ -108,8 +108,10 @@ struct ImageView: View { var navBarView: some View { VStack { HStack { + /* Text(urls[selectedIndex]?.lastPathComponent ?? "") .bold() + */ Spacer() @@ -120,11 +122,7 @@ struct ImageView: View { }) } .padding() - - Divider() - .ignoresSafeArea() } - .background(.regularMaterial) } var tabViewIndicator: some View {