diff --git a/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReaderContainer.swift b/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReaderContainer.swift index a7848a50d..f4bc6bc11 100644 --- a/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReaderContainer.swift +++ b/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReaderContainer.swift @@ -258,7 +258,7 @@ struct WebReaderContainerView: View { .opacity(navBarVisibilityRatio) .background(Color.systemBackground) .alert("Are you sure you want to remove this item? All associated notes and highlights will be deleted.", - isPresented: $showDeleteConfirmation) { + isPresented: $showDeleteConfirmation) { Button("Remove Item", role: .destructive) { Snackbar.show(message: "Link removed") dataService.removeLink(objectID: item.objectID)