Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
XueMoMo committed Jul 10, 2024
1 parent 429724d commit 414ac22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/blobtx/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ const BlobTX = () => {
<div className='flex gap-[15px] mt-5 mb-5 mo:mb-10 '>
<button
onClick={() => {
window.open(`${ethda.blockExplorers.blobs.url}/address/${account?.address}`, '_blank')
window.open(`${ethda.blockExplorers.blobs.url}/address/${tempAccountAddrss}`, '_blank')
}}
className=' mo:w-[120px] w-[140px] border h-[36px] rounded-lg border-[#000000] px-[10px] font-medium text-base mo:text-sm'
>
Expand Down

0 comments on commit 414ac22

Please sign in to comment.