Skip to content

Commit

Permalink
Merge branch 'main' into feat/bridge-ui-v2--amount-for-1155
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK authored Oct 28, 2023
2 parents dc456b0 + c22b1b9 commit 38b6f51
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@
<!--
Manual NFT Input
-->

{#if importMethod === 'manual'}
<div id="manualImport">
<AddressInput
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
</script>

<div class="form-control flex">

<label class="cursor-pointer label my-[8px] space-x-[16px]">
{#if multiSelectEnabled && selectable}
<input
Expand Down
2 changes: 1 addition & 1 deletion packages/website/pages/docs/concepts/proving.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ To add a layer of security and commitment to the process, provers must provide a
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
allowFullScreen
></iframe>
2 changes: 1 addition & 1 deletion packages/website/pages/docs/guides/bridge-tokens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This guide will help you use the bridge to send tokens between Sepolia and Taiko
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
allowFullScreen
></iframe>

</Steps>
4 changes: 2 additions & 2 deletions packages/website/pages/docs/guides/swap-tokens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This guide will help you interact with Swap V3, which is a fork of Uniswap V3 th
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
allowFullScreen
></iframe>

### Follow the video guide for adding liquidity
Expand All @@ -36,7 +36,7 @@ This guide will help you interact with Swap V3, which is a fork of Uniswap V3 th
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
allowFullScreen
></iframe>

</Steps>

0 comments on commit 38b6f51

Please sign in to comment.