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
- add CI test step and pin Node version in workflow
- switch social meta images to absolute chainstats.org URLs
- move testing-library packages to devDependencies
- harden icon check script logging and reduce format fragility
- remove stale commented import and enforce case-insensitive search matching
- guard ProtocolIcon against null/undefined protocol names
- rework table sort/filter state to avoid row-span lag during reordering
- move protocol cell inline styles into TableWrapper.scss
- add focus-visible outline for theme toggle accessibility
- make size formatter handle 1000 GB boundary and consistent TB precision
- replace hardcoded error color with theme variable
- iterate parseProtocolData with Object.keys for consistency
- deduplicate protocol search aliases
- convert entrypoint to index.jsx and update index.html module path
- split ProtocolIcon SVG checks into parameterized tests
- move ProtocolCards Card component to module scope
Copy file name to clipboardExpand all lines: index.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
property="og:description"
26
26
content="Ever wondered what is the size of a blockchain in terms of storage? See how many gigabytes of data are stored on the main blockchain networks."
content="Ever wondered what is the size of a blockchain in terms of storage? See how many gigabytes of data are stored on the main blockchain networks."
0 commit comments