mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
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:
@@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user