We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75c3e5 commit d76e803Copy full SHA for d76e803
examples/mortgage-rates/src/index.md
@@ -25,7 +25,7 @@ function frmCard(y, pmms) {
25
const range = d3.extent(pmms.slice(-52), (d) => d[key]);
26
const stroke = color.apply(`${y}Y FRM`);
27
return html.fragment`
28
- <h2 style="color: ${stroke}">${y}-year fixed-rate</b></h2>
+ <h2 style="color: ${stroke}">${y}-year fixed-rate</h2>
29
<h1>${formatPercent(pmms.at(-1)[key])}</h1>
30
<table>
31
<tr>
0 commit comments