Mercurial > public > simoleon
comparison Simoleon/ContentView.swift @ 170:f4e0c414cf6d
minor UI changes
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Thu, 23 Sep 2021 15:14:48 +0200 |
parents | b899c1142d9d |
children | ad8c6567539d |
comparison
equal
deleted
inserted
replaced
169:8c8741785e48 | 170:f4e0c414cf6d |
---|---|
37 } | 37 } |
38 .tag(Tab.favorites) | 38 .tag(Tab.favorites) |
39 | 39 |
40 AboutView() | 40 AboutView() |
41 .tabItem { | 41 .tabItem { |
42 Label("Settings", systemImage: "gear") | 42 Label("About", systemImage: "info.circle") |
43 } | 43 } |
44 .tag(Tab.settings) | 44 .tag(Tab.settings) |
45 } | 45 } |
46 } | 46 } |
47 } | 47 } |