Skip to content

Commit 2a2466c

Browse files
committed
fix: correct SearcherBar placement for improved layout structure
1 parent 944a0aa commit 2a2466c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/routes/$chainSlug/_layout/address/$addressAddress.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ function AddressRoute() {
172172
<BackButton />
173173
<AddressBreadcrumbs addressId={addressAddress} />
174174
</div>
175-
<SearcherBar className="py-6" />
175+
</div>
176+
</div>
176177

177178
<div className="space-y-2">
178179
{isError && error instanceof NotFoundError ? (

0 commit comments

Comments
 (0)