fix: Fixed pricing license names

This commit is contained in:
mrhid6
2026-07-26 15:41:52 +01:00
parent e8cc9b4ecd
commit e4a3f22871
2 changed files with 161 additions and 144 deletions
-7
View File
@@ -2,13 +2,6 @@
import { useEffect, useState } from "react";
/*
* The hero's signature element: a fleet panel that plays one honest cycle of
* what the product actually does a workflow runs three steps, a TLS monitor
* fails and opens an incident, a key revocation lands then rests. It is a
* dramatisation, not live data, so nothing here talks to an API.
*/
type LogLine = { time: string; body: React.ReactNode };
type Beat = {