diff --git a/damus/Components/ZapButton.swift b/damus/Components/ZapButton.swift index 8a51b75e..c598ca1e 100644 --- a/damus/Components/ZapButton.swift +++ b/damus/Components/ZapButton.swift @@ -85,6 +85,8 @@ struct ZapButton: View { return } + UIImpactFeedbackGenerator(style: .rigid).impactOccurred() + switch res { case .send_err(let cancel_err): switch cancel_err {