You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, on the transaction page, the transaction hash is displayed as a clickable link, but clicking it does nothing. To improve the user experience and clarity, the transaction hash should be displayed as static text with a copy button on its right side.
Acceptance Criteria
The transaction hash should be non-clickable (read-only text).
The text color should follow the theme: black in light mode, white in dark mode.
A copy icon button should be placed to the right of the transaction hash, allowing users to easily copy its value.