mirror of
https://github.com/yattee/yattee.git
synced 2025-11-22 22:51:21 +00:00
Change Trending icon to arrow.up.right.circle.fill
Replace chart.bar.fill icon with arrow.up.right.circle.fill for the Trending section across tab bar and sidebar navigation.
This commit is contained in:
@@ -126,7 +126,7 @@ struct AppTabNavigation: View {
|
||||
LazyView(TrendingView())
|
||||
}
|
||||
.tabItem {
|
||||
Label("Trending", systemImage: "chart.bar.fill")
|
||||
Label("Trending", systemImage: "arrow.up.right.circle.fill")
|
||||
.accessibility(label: Text("Trending"))
|
||||
}
|
||||
.tag(TabSelection.trending)
|
||||
|
||||
Reference in New Issue
Block a user