damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 614b48eeaeaafa100ca76006550234bd290b5523
parent bfae6fcf121da71743db46cf316897823c9f0fa5
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 29 Dec 2022 09:21:37 -0800

remove extra whitespace on tabbar

Diffstat:
Mdamus/ContentView.swift | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/damus/ContentView.swift b/damus/ContentView.swift @@ -228,7 +228,6 @@ struct ContentView: View { } TabBar(new_events: $home.new_events, selected: $selected_timeline, action: switch_timeline) - .padding() } .onAppear() { self.connect()