feat: render blips on radar
This commit is contained in:
committed by
Mathias Schopmans
parent
1b7634a2ef
commit
16f29cd4d4
@@ -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} />
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user