File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -117,10 +117,14 @@ export default {
117
117
<span class="hide-if-small">Observable</span> Framework
118
118
</a>
119
119
<span style="display: flex; align-items: baseline; gap: 1rem; font-size: 14px;">
120
- <a target="_blank" href="https://github.com/observablehq/framework/releases"><span>${
120
+ <a target="_blank" title="${
121
+ process . env . npm_package_version
122
+ } release notes" href="https://github.com/observablehq/framework/releases"><span>${
121
123
process . env . npm_package_version
122
124
} </span></a>
123
- <a target="_blank" data-decoration="★" href="https://github.com/observablehq/framework"><span>GitHub️ ${
125
+ <a target="_blank" data-decoration="★" title="${ stargazers_count . toLocaleString (
126
+ "en-US"
127
+ ) } GitHub stars" href="https://github.com/observablehq/framework"><span>GitHub️ ${
124
128
stargazers_count ? formatPrefix ( ".1s" , 1000 ) ( stargazers_count ) : ""
125
129
} </span></a>
126
130
</span>
You can’t perform that action at this time.
0 commit comments