Skip to content

Commit

Permalink
fix(search): replace button with div
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jan 7, 2023
1 parent cf56187 commit 1957a5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/search/SearchAccountInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defineProps<{
</script>

<template>
<button flex gap-2 items-center>
<div flex gap-2 items-center>
<AccountAvatar w-10 h-10 :account="account" shrink-0 />
<div flex="~ col gap1" shrink h-full overflow-hidden leading-none>
<div flex="~" gap-2>
Expand All @@ -16,5 +16,5 @@ defineProps<{
</div>
<AccountHandle text-sm :account="account" text-secondary-light />
</div>
</button>
</div>
</template>

0 comments on commit 1957a5c

Please sign in to comment.