From 49b7aee74e160bd02c1250c8e416a3fc9cb92afd Mon Sep 17 00:00:00 2001 From: Ben Weeks Date: Mon, 1 May 2023 18:30:56 +0100 Subject: [PATCH] Save Jack's soul Very minor amendment to stop the bouncing of the bolt symbol as you click it. Changelog-Fixed: Saved Jack's soul. Closes: #1060 --- damus/Components/ZapButton.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/damus/Components/ZapButton.swift b/damus/Components/ZapButton.swift index 7c396adc..71018b94 100644 --- a/damus/Components/ZapButton.swift +++ b/damus/Components/ZapButton.swift @@ -47,7 +47,7 @@ struct ZapButton: View { return "bolt" } - return "bolt.horizontal.fill" + return "bolt.fill" } var zap_color: Color? {