Mercurial > public > simoleon
diff Simoleon/UI/Sidebar.swift @ 170:f4e0c414cf6d
minor UI changes
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Thu, 23 Sep 2021 15:14:48 +0200 |
parents | 1940db1ef321 |
children | 70f0625bfcf1 |
line wrap: on
line diff
--- a/Simoleon/UI/Sidebar.swift Thu Sep 23 15:14:35 2021 +0200 +++ b/Simoleon/UI/Sidebar.swift Thu Sep 23 15:14:48 2021 +0200 @@ -21,7 +21,7 @@ .accessibilityIdentifier("NavigateToFavorites") NavigationLink(destination: AboutView()) { - Label("About", systemImage: "gear") + Label("About", systemImage: "info.circle") } .accessibilityIdentifier("NavigateToSettings") }