Skip to content

Commit

Permalink
rm connect wallet (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
qudo-code authored Aug 25, 2023
1 parent cadb723 commit 2391c96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/lib/components/search.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -240,19 +240,19 @@

{#if size === "lg"}
<div
class="relative z-10 grid grid-flow-dense grid-cols-1 py-2 md:grid-cols-4"
class="relative z-10 py-2"
>
<button
class="bg-faint btn-outline btn col-span-1 mb-4 md:ml-2"
class="bg-faint btn-outline btn col-span-1 mb-4 w-full"
on:click|preventDefault={newSearch}
>
<span class="text-sm">Go</span>
</button>
<button
<!-- <button
class="bg-faint btn-outline btn col-span-3 mb-4 md:order-first"
on:click|preventDefault={connectWallet}
>
<span class="text-sm">{isBackpack ? "🎒" : ""}Connect Wallet</span>
</button>
</button> -->
</div>
{/if}
2 changes: 1 addition & 1 deletion src/routes/account/[account]/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
>
{/if}
</div>
{#if !$page.url.pathname.endsWith("/tokens")}
{#if !$page.url.pathname.endsWith("/tokens") && !$page.url.pathname.endsWith("/assets")}
<button
class="btn-ghost btn-sm btn"
on:click={() => showModal("TRANSACTION_FILTER")}
Expand Down

1 comment on commit 2391c96

@vercel
Copy link

@vercel vercel bot commented on 2391c96 Aug 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.