diff --git a/server/models/Atlas.js b/server/models/Atlas.js index 6d13330d..57a53740 100644 --- a/server/models/Atlas.js +++ b/server/models/Atlas.js @@ -39,7 +39,7 @@ const Atlas = sequelize.define('atlas', { lastModifiedById: collection.creatorId, createdById: collection.creatorId, title: 'Introduction', - text: '# Introduction', + text: '# Introduction\n\nLets get started...', }); await collection.buildStructure(); await collection.save();