Skip to content

Commit da23e62

Browse files
authored
Merge pull request #53 from OpenZeppelin/main
Release to Wizard
2 parents d84cd9b + c12d766 commit da23e62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/wizard/components/Configuration.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969
</script>
7070

7171
<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>
7275
<div class="flex flex-row justify-between">
7376
<div>
7477
<label class="text-sm" for="apiKey">API Key</label>
@@ -77,9 +80,6 @@
7780
title="Get your API key from the Defender Dashboard"
7881
></i>
7982
</div>
80-
<button onclick={handleGetApiKey} class="text-xs text-blue-600 font-bold"
81-
>Get API Key</button
82-
>
8383
</div>
8484
<Input
8585
bind:value={apiKey}

0 commit comments

Comments
 (0)