feat: add product concept subtitle to radars
A Radar gains an optional Concept — a short subtitle naming the product and its typical performances, rendered under the title and wrapping to a balanced second line when long. Old radars default to an empty Concept on load.
This commit is contained in:
@@ -6,7 +6,10 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="preconnect" href="https://api.fonts.coollabs.io" crossorigin />
|
||||
<link rel="preconnect" href="https://cdn.fonts.coollabs.io" crossorigin />
|
||||
<link rel="stylesheet" href="https://api.fonts.coollabs.io/css2?family=Fredoka:wght@300..700&display=swap" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://api.fonts.coollabs.io/css2?family=Fredoka:wght@300..700&display=swap"
|
||||
/>
|
||||
<title>product-radar</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user