mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-25 01:31:02 +00:00
Change asset
This commit is contained in:
parent
c00adc2767
commit
538cbe42c3
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ private extension Timeline {
|
||||||
switch self {
|
switch self {
|
||||||
case .home: return "house"
|
case .home: return "house"
|
||||||
case .local: return "person.3"
|
case .local: return "person.3"
|
||||||
case .federated: return "globe"
|
case .federated: return "network"
|
||||||
case .list: return "scroll"
|
case .list: return "scroll"
|
||||||
case .tag: return "number"
|
case .tag: return "number"
|
||||||
case .profile: return "person"
|
case .profile: return "person"
|
||||||
|
|
Loading…
Reference in a new issue