Add divider and fix some code indentation

This commit is contained in:
Conor Masterson 2024-02-09 13:05:50 -05:00
parent 2b7d4425d2
commit 4a1efc2b2f
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -49,7 +49,7 @@ struct TimelineTab: View {
.withAppRouter()
.withSheetDestinations(sheetDestinations: $routerPath.presentedSheet)
.toolbar {
ToolbarItem(placement: .navigation){
ToolbarItem(placement: .navigation) {
Image("mozillaLogo")
.resizable()
.frame(width: 96, height: 27)

View file

@ -46,6 +46,7 @@ public struct NotificationsListView: View {
await viewModel.fetchNotifications()
}
}
Divider()
ScrollViewReader { proxy in
List {
scrollToTopView