Skip to content

Commit

Permalink
fix: switch to div
Browse files Browse the repository at this point in the history
Switch to using a div.

Signed-off-by: Tim deBoer <git@tdeboer.ca>
  • Loading branch information
deboer-tim committed Jul 18, 2023
1 parent eb7f099 commit 9e9d7ee
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -243,7 +243,7 @@ const processPasswordElement = (node: HTMLInputElement, registry: containerDeskt
</script>

<SettingsPage title="Registries">
<svelte:fragment slot="actions">
<div slot="actions">
<button
on:click="{() => setNewRegistryFormVisible(true)}"
class="pf-c-button pf-m-primary transition ease-in-out delay-50 hover:cursor-pointer h-7 w-36 text-sm rounded-md shadow hover:shadow-lg"
Expand All @@ -254,7 +254,7 @@ const processPasswordElement = (node: HTMLInputElement, registry: containerDeskt
</span>
Add registry
</button>
</svelte:fragment>
</div>

<div class="container bg-charcoal-600 rounded-md p-3">
<!-- Registries table start -->
Expand Down

0 comments on commit 9e9d7ee

Please sign in to comment.