Compare commits

...
Author SHA1 Message Date
Sameer Kadam 702e392889 fix(explorer): remove stale 2030 temporal bound 2026-09-09 17:33:54 +05:30
@@ -91,7 +91,7 @@ export const temporalOverlayPlugin: GraphPlugin = {
<div style={detailRowStyle}>
<span style={detailLabelStyle}>Bounds</span>
<span style={detailValueStyle}>
{(temporal?.minDate ?? "1970")} {(temporal?.maxDate ?? "2030")}
{(temporal?.minDate ?? "1970")} {(temporal?.maxDate ?? "now")}
</span>
</div>
<div style={detailRowStyle}>