Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Oct 4, 2024
1 parent b002b50 commit 48450f4
Showing 1 changed file with 6 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ exports[`Mailkey 1`] = `
class="svelte-65lbzd"
>
<button
class="primary normal svelte-141617s ghost"
class="primary normal ghost svelte-141617s"
title=""
type="button"
value="undefined"
>
<svg
class="octicon octicon-x-circle"
Expand Down Expand Up @@ -75,20 +74,18 @@ exports[`Mailkey 1`] = `
style="display: flex; flex-direction: row; flex-wrap: wrap; align-items: stretch; justify-content: center; gap: 1rem;"
>
<button
class="primary normal svelte-141617s minW"
class="primary normal minW svelte-141617s"
title=""
type="button"
value="undefined"
>
Create new email address
</button>
<button
class="danger normal svelte-141617s minW"
class="danger normal minW svelte-141617s"
title=""
type="button"
value="undefined"
>
Delete existing address
</button>
Expand All @@ -112,10 +109,9 @@ exports[`Mailkey 2`] = `
class="svelte-65lbzd"
>
<button
class="primary normal svelte-141617s ghost"
class="primary normal ghost svelte-141617s"
title=""
type="button"
value="undefined"
>
<svg
class="octicon octicon-x-circle"
Expand Down Expand Up @@ -180,20 +176,18 @@ exports[`Mailkey 2`] = `
style="display: flex; flex-direction: row; flex-wrap: wrap; align-items: stretch; justify-content: center; gap: 1rem;"
>
<button
class="primary normal svelte-141617s minW"
class="primary normal minW svelte-141617s"
title=""
type="button"
value="undefined"
>
Create new email address
</button>
<button
class="danger normal svelte-141617s minW"
class="danger normal minW svelte-141617s"
title=""
type="button"
value="undefined"
>
Delete existing address
</button>
Expand Down

0 comments on commit 48450f4

Please sign in to comment.