mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
refactor(editor): Change size of the New Blank Workflow
button in templates page (#3536)
This commit is contained in:
parent
f75f5d711f
commit
ad09d9aab9
|
@ -9,7 +9,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div :class="$style.button">
|
<div :class="$style.button">
|
||||||
<n8n-button
|
<n8n-button
|
||||||
size="medium"
|
size="large"
|
||||||
:label="$locale.baseText('templates.newButton')"
|
:label="$locale.baseText('templates.newButton')"
|
||||||
@click="openNewWorkflow"
|
@click="openNewWorkflow"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue