Skip to content

Commit

Permalink
refactor(editor): Updated Welcome sticky content (#3362)
Browse files Browse the repository at this point in the history
* Updated Welcome sticky content

* 🎨 Update dimensions of sticky

* 🎨 Update position

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
  • Loading branch information
maxtkacz and ivov authored May 23, 2022
1 parent 3af0abd commit 5c5de0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/plugins/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/editor-ui/src/views/canvasHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
};
Expand Down

0 comments on commit 5c5de0c

Please sign in to comment.