Skip to content

Commit

Permalink
chore(bridge-ui-v2): status explanation for mobile view (#14678)
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK committed Sep 28, 2023
1 parent 482ed2e commit b0316df
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
const handleStatusDialog = () => {
openStatusDialog = !openStatusDialog;
};
const handleInsufficientFunds = (e: CustomEvent) => {
dispatch('insufficientFunds', e.detail);
};
</script>

<dialog id={dialogId} class="modal modal-bottom" class:modal-open={detailsOpen}>
Expand Down Expand Up @@ -70,6 +66,9 @@
<button on:click={handleStatusDialog} class="flex justify-start content-center">
<Icon type="question-circle" />
</button>
<button on:click={handleStatusDialog} class="flex justify-start content-center">
<Icon type="question-circle" />
</button>
</div>
</h4>
<div class="f-items-center space-x-1">
Expand Down

0 comments on commit b0316df

Please sign in to comment.