1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

remove intro

This commit is contained in:
Andrew Simachev 2021-11-25 12:15:07 +03:00
parent 3b2a772353
commit 26e1e0e2db
23 changed files with 0 additions and 148 deletions

View file

@ -536,10 +536,6 @@ function menuInit () {
label: 'What\'s new',
click: () => { send('popup', 'help', { data: { document: 'whatsNew' } }); }
},
{
label: 'Introduction',
click: () => { send('popup', 'help', { data: { document: 'intro' } }); }
},
]
},
];