mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -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.testUrl": "Test URL",
|
||||
"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.workflowNotFoundError": "Could not find workflow",
|
||||
"parameterInput.addExpression": "Add Expression",
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue