All checks were successful
check / check (push) Successful in 21s
The etherscanLinkHtml helper had added border, px-1, hover:bg-fg, hover:text-bg, and cursor-pointer classes that no other view uses. All other views (addressDetail, addressToken, confirmTx, send, receive, home, txStatus) use only 'inline-flex items-center' on etherscan links. Removed the extra classes for consistency.