mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08: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:
parent
3af0abd9e0
commit
5c5de0c92c
|
@ -495,7 +495,7 @@
|
||||||
"nodeWebhooks.showMessage.title": "URL copied",
|
"nodeWebhooks.showMessage.title": "URL copied",
|
||||||
"nodeWebhooks.testUrl": "Test URL",
|
"nodeWebhooks.testUrl": "Test URL",
|
||||||
"nodeWebhooks.webhookUrls": "Webhook URLs",
|
"nodeWebhooks.webhookUrls": "Webhook URLs",
|
||||||
"onboardingWorkflow.stickyContent": "## 👇 Get started faster \n\n### Quickstart video\n[![n8n quickstart video](/static/quickstart_thumbnail.png#full-width)](https://www.youtube.com/watch?v=RpjQTGKm-ok)\nCovers key concepts really quickly\n\n\n### Template library\nGet inspiration and learn useful techniques from our pre-built [workflow templates](/templates).",
|
"onboardingWorkflow.stickyContent": "## 👇 Get started faster \nLightning tour of the key concepts \n\n[![n8n quickstart video](/static/quickstart_thumbnail.png#full-width)](https://www.youtube.com/watch?v=RpjQTGKm-ok)",
|
||||||
"openWorkflow.workflowImportError": "Could not import workflow",
|
"openWorkflow.workflowImportError": "Could not import workflow",
|
||||||
"openWorkflow.workflowNotFoundError": "Could not find workflow",
|
"openWorkflow.workflowNotFoundError": "Could not find workflow",
|
||||||
"parameterInput.addExpression": "Add Expression",
|
"parameterInput.addExpression": "Add Expression",
|
||||||
|
|
|
@ -53,11 +53,11 @@ export const WELCOME_STICKY_NODE = {
|
||||||
type: STICKY_NODE_TYPE,
|
type: STICKY_NODE_TYPE,
|
||||||
typeVersion: 1,
|
typeVersion: 1,
|
||||||
position: [
|
position: [
|
||||||
-240,
|
-260,
|
||||||
140,
|
200,
|
||||||
] as XYPosition,
|
] as XYPosition,
|
||||||
parameters: {
|
parameters: {
|
||||||
height: 440,
|
height: 300,
|
||||||
width: 380,
|
width: 380,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue