Skip to content

Commit

Permalink
update relays icon on the feed customizer view to match the one in si…
Browse files Browse the repository at this point in the history
…de menu
  • Loading branch information
bryanmontz committed Jan 3, 2025
1 parent 041ce6d commit 0b2d8e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed a case where lists don't show up immediately after signing in.
- Fixed a minor cell layout issue on feed customizer drop-down view.
- Fixed issue where feed shows following content rather than selected list after app restart. [#114](https://github.com/verse-pbc/issues/issues/114)
- Update relays icon on the feed customizer view to match the one in side menu.

### Internal Changes
- Upgraded to Xcode 16. [#1570](https://github.com/planetary-social/nos/issues/1570)
Expand Down
2 changes: 1 addition & 1 deletion Nos/Views/Home/FeedCustomizerView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ extension FeedTab: NosSegmentedPickerItem {
case .lists:
Image(systemName: "person.2")
case .relays:
Image(systemName: "dot.radiowaves.left.and.right")
Image(systemName: "antenna.radiowaves.left.and.right")
}
}
}
Expand Down

0 comments on commit 0b2d8e3

Please sign in to comment.