Skip to content

Commit 9862f69

Browse files
Filmbostock
andauthored
Update examples/plot/docs/index.md
Co-authored-by: Mike Bostock <[email protected]>
1 parent 1ab1eb0 commit 9862f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/plot/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const burndown = issues
4444
<div class="grid grid-cols-4" style="grid-auto-rows: 86px;">
4545
<div class=card>
4646
<h2>Current release</h2>
47-
${html`<span class=big>${versions.at(-1).version}`}
47+
<span class="big">${versions.at(-1).version}</span>
4848
${html`<a href="https://github.com/observablehq/plot/releases/tag/v${versions.at(-1).version}">
4949
<span class=muted>${((days) => days === 0 ? "today" : days === 1 ? "yesterday" : `${days} days ago`)(d3.utcDay.count(versions.at(-1).date, Date.now()))}`}
5050
</div>

0 commit comments

Comments
 (0)