refactor(editor): Updated Welcome sticky content (#3362)

* Updated Welcome sticky content

* 🎨 Update dimensions of sticky

* 🎨 Update position

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
This commit is contained in:
maxtkacz
2022-05-23 21:37:22 +02:00
committed by GitHub
parent 3af0abd9e0
commit 5c5de0c92c
2 changed files with 4 additions and 4 deletions

View File

@@ -53,11 +53,11 @@ export const WELCOME_STICKY_NODE = {
type: STICKY_NODE_TYPE,
typeVersion: 1,
position: [
-240,
140,
-260,
200,
] as XYPosition,
parameters: {
height: 440,
height: 300,
width: 380,
},
};