mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
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:
parent
359ae08c92
commit
d34e5aff04
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue