We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d84cd9b + c12d766 commit da23e62Copy full SHA for da23e62
src/lib/wizard/components/Configuration.svelte
@@ -69,6 +69,9 @@
69
</script>
70
71
<div class="flex flex-col gap-2">
72
+ <div class="flex flex-row">
73
+ <button onclick={handleGetApiKey} class="text-xs text-blue-600 font-bold">Get API Key from OpenZeppelin Defender</button>
74
+ </div>
75
<div class="flex flex-row justify-between">
76
<div>
77
<label class="text-sm" for="apiKey">API Key</label>
@@ -77,9 +80,6 @@
80
title="Get your API key from the Defender Dashboard"
78
81
></i>
79
82
</div>
- <button onclick={handleGetApiKey} class="text-xs text-blue-600 font-bold"
- >Get API Key</button
- >
83
84
<Input
85
bind:value={apiKey}
0 commit comments