rename Algos to Feeds on profile

This commit is contained in:
Ansh Nanda
2023-05-25 13:51:08 -07:00
parent a9027cfb45
commit bce6c8d5ec
+1 -1
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',
}