Skip to content

Commit

Permalink
fixed tests not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Nov 23, 2023
1 parent 404ecf6 commit bec4d18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/lib/components/Form.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
</script>

<form on:submit|preventDefault={onSubmit} class="w-full">
<NetworkInput bind:network />
<NetworkDropdown currentNetwork={networkData} />
<NetworkInput bind:network />

<div class="inputs-container">
<label class="label" for="address">
Expand Down
2 changes: 1 addition & 1 deletion client/src/lib/components/NetworkDropdown.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
export let currentNetwork: NetworkData;
</script>

<div class="dropdown w-full inputs-container">
<div class="dropdown dropdown-top w-full inputs-container">
<label class="label" for="address">
<span class="form-label">Chain</span>
</label>
Expand Down

0 comments on commit bec4d18

Please sign in to comment.