rename Algos to Feeds on profile

zio/stable
Ansh Nanda 2023-05-25 13:51:08 -07:00
parent a9027cfb45
commit bce6c8d5ec
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import {ListsListModel} from '../lists/lists-list'
export enum Sections {
Posts = 'Posts',
PostsWithReplies = 'Posts & replies',
CustomAlgorithms = 'Algos',
CustomAlgorithms = 'Feeds',
Lists = 'Lists',
}