Desktop styling fixes
This commit is contained in:
parent
ed7293ea66
commit
bec94ed82c
6 changed files with 84 additions and 42 deletions
|
|
@ -28,7 +28,12 @@ const FeedsTabBarDesktop = observer(
|
|||
) => {
|
||||
const store = useStores()
|
||||
const items = useMemo(
|
||||
() => ['Following', "What's hot", ...store.me.savedFeeds.pinnedFeedNames],
|
||||
() => [
|
||||
'Following',
|
||||
"What's hot",
|
||||
...store.me.savedFeeds.pinnedFeedNames,
|
||||
'My feeds',
|
||||
],
|
||||
[store.me.savedFeeds.pinnedFeedNames],
|
||||
)
|
||||
const pal = usePalette('default')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue