Skip to content

Commit ef96688

Browse files
committed
fix
1 parent 6e245f5 commit ef96688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app-explorer/src/systems/Block/components/BlocksTable.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function BlocksTable({
8080
</span>
8181
</div>
8282
<div className="absolute left-[20px] top-[30px] w-[20rem] opacity-0 group-hover:opacity-100 transition-opacity duration-300 z-10 px-3 py-2 text-xs font-light text-black dark:text-white bg-gray-3 rounded-lg shadow-sm">
83-
The height of the base chain via relayer (i.e. Ethereum or DA)
83+
A unique identifier for this block, generated by hashing its data.
8484
<div className="absolute left-[10px] top-[-6px] w-0 h-0 border-l-[6px] border-l-transparent border-r-[6px] border-r-transparent border-b-[6px] border-b-gray-3" />
8585
</div>
8686
</div>

0 commit comments

Comments
 (0)