Change the order of the new user welcome articles

In the UI it will appear:

- Getting Started
- Power of Read it Later
- Organize with Labels
- (optional) iOS/Android/Web
This commit is contained in:
Jackson Harper 2022-10-18 17:34:57 +08:00
parent 359ae08c92
commit d34e5aff04

View file

@ -122,9 +122,9 @@ export const addPopularReadsForNewUser = async (
userId: string
): Promise<void> => {
const defaultReads = [
'omnivore_get_started',
'power_read_it_later',
'omnivore_organize',
'power_read_it_later',
'omnivore_get_started',
]
// get client from request context