feat: render blips on radar

This commit is contained in:
Mathias Schopmans
2024-02-21 10:37:25 +01:00
committed by Mathias Schopmans
parent 1b7634a2ef
commit 16f29cd4d4
9 changed files with 128 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ const Home: CustomPage = () => {
{appName}{" "}
<span style={{ color: "var(--highlight)" }}>Version #{version}</span>
</h1>
<Radar quadrants={quadrants} rings={rings} />
<Radar quadrants={quadrants} rings={rings} items={items} />
<QuadrantList items={items} />
</>
);