Skip to content

Commit 3235fdd

Browse files
committed
feat: remove ConsensusLattice component and its tests, add GossipField for network drawing
Signed-off-by: Ntege Daniel <danientege785@gmail.com>
1 parent 7a628a7 commit 3235fdd

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/HeroSection/HeroTraces.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const { events, links } = buildGossipField({
88
});
99

1010
export default function HeroTraces() {
11-
1211
const traceLines = (prefix: string) =>
1312
links.map(([from, to]) => (
1413
<line

src/components/HeroSection/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
type MenuItem,
99
} from "@/data/navigation";
1010

11-
1211
type HeroFact = {
1312
value: string;
1413
label: string;

0 commit comments

Comments
 (0)