mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 13:27:31 -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 :class="$style.button">
|
||||
<n8n-button
|
||||
size="medium"
|
||||
size="large"
|
||||
:label="$locale.baseText('templates.newButton')"
|
||||
@click="openNewWorkflow"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue