Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/lib/wizard/components/Configuration.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
</script>

<div class="flex flex-col gap-2">
<div class="flex flex-row">
<button onclick={handleGetApiKey} class="text-xs text-blue-600 font-bold">Get API Key from OpenZeppelin Defender</button>
</div>
<div class="flex flex-row justify-between">
<div>
<label class="text-sm" for="apiKey">API Key</label>
Expand All @@ -77,9 +80,6 @@
title="Get your API key from the Defender Dashboard"
></i>
</div>
<button onclick={handleGetApiKey} class="text-xs text-blue-600 font-bold"
>Get API Key</button
>
</div>
<Input
bind:value={apiKey}
Expand Down