Skip to content

Commit 4b3387b

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/plot/docs/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ const burndown = issues
4545
<div class=card>
4646
<h2>Current release</h2>
4747
<span class="big">${versions.at(-1).version}</span>
48-
${html`<a href="https://github.com/observablehq/plot/releases/tag/v${versions.at(-1).version}">
49-
<span class=muted>${((days) => days === 0 ? "today" : days === 1 ? "yesterday" : `${days} days ago`)(d3.utcDay.count(versions.at(-1).date, Date.now()))}`}
48+
<a href="https://github.com/observablehq/plot/releases" class="muted">
49+
${((days) => days === 0 ? "today" : days === 1 ? "yesterday" : `${days} days ago`)(d3.utcDay.count(versions.at(-1).date, Date.now()))}`}
50+
</a>
5051
</div>
5152
<div class=card>
5253
<h2>GitHub stars</h2>

0 commit comments

Comments
 (0)