@@ -50,6 +87,15 @@ async function onBuildWithAIClick() {
{{ i18n.baseText('nodeView.canvasAddButton.addFirstStep') }}
+
+ {{ i18n.baseText('nodeView.templateLink') }}
+
@@ -80,7 +126,7 @@ async function onBuildWithAIClick() {
.choicePrompt {
display: flex;
flex-direction: row;
- align-items: center;
+ align-items: flex-start;
justify-content: center;
gap: var(--spacing--lg);
}
@@ -119,6 +165,8 @@ async function onBuildWithAIClick() {
color: var(--color--text--shade-1);
margin-top: var(--spacing--2xs);
text-align: center;
+ display: flex;
+ flex-direction: column;
}
.orDivider {