Add feedback and knowledge questions for companion
This commit is contained in:
parent
2297bbb562
commit
001a074c54
3 changed files with 60 additions and 12 deletions
|
|
@ -14,14 +14,6 @@ export class OverviewScene {
|
|||
constructor() {
|
||||
this.edges = generateEdges(projectMetadata.subprojects);
|
||||
this.player = new Player();
|
||||
|
||||
setTimeout(() => {
|
||||
store.getState().addUserMessage({
|
||||
text: "Hello there 👋 Let's start exploring the ethereumjs open source project",
|
||||
inputWanted: false,
|
||||
timestamp: Date.now(),
|
||||
});
|
||||
}, 2000);
|
||||
}
|
||||
|
||||
public draw() {
|
||||
|
|
|
|||
Reference in a new issue