mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-22 08:10:59 +00:00
Change icon
This commit is contained in:
parent
581aa6d40a
commit
a10aaa5cc7
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ extension TabNavigationViewModel.Tab {
|
||||||
|
|
||||||
var systemImageName: String {
|
var systemImageName: String {
|
||||||
switch self {
|
switch self {
|
||||||
case .timelines: return "scroll"
|
case .timelines: return "newspaper"
|
||||||
case .search: return "magnifyingglass"
|
case .search: return "magnifyingglass"
|
||||||
case .notifications: return "bell"
|
case .notifications: return "bell"
|
||||||
case .messages: return "envelope"
|
case .messages: return "envelope"
|
||||||
|
|
|
@ -39,7 +39,7 @@ extension SidebarNavigationViewModel.Tab {
|
||||||
|
|
||||||
var systemImageName: String {
|
var systemImageName: String {
|
||||||
switch self {
|
switch self {
|
||||||
case .timelines: return "scroll"
|
case .timelines: return "newspaper"
|
||||||
case .search: return "magnifyingglass"
|
case .search: return "magnifyingglass"
|
||||||
case .notifications: return "bell"
|
case .notifications: return "bell"
|
||||||
case .messages: return "envelope"
|
case .messages: return "envelope"
|
||||||
|
|
Loading…
Reference in a new issue