Skip to content

Commit 0b9a67f

Browse files
committed
add title to header links
1 parent 2dd3082 commit 0b9a67f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

observablehq.config.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,14 @@ export default {
117117
<span class="hide-if-small">Observable</span> Framework
118118
</a>
119119
<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>${
121123
process.env.npm_package_version
122124
}</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️ ${
124128
stargazers_count ? formatPrefix(".1s", 1000)(stargazers_count) : ""
125129
}</span></a>
126130
</span>

0 commit comments

Comments
 (0)