We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe9501 commit 2d6c7b6Copy full SHA for 2d6c7b6
pages/heatmap/+Page.client.ts
@@ -27,7 +27,7 @@ function PageHeader() {
27
return h('div.page-header', [
28
h('h1', 'Heatmap'),
29
h(Divider),
30
- h('p', 'This is a heatmap of all the locations where Macrostrat has been accessed.'),
+ h('p', 'This is a heatmap of all the locations where Rockd has been accessed.'),
31
h('p', 'The blue markers indicate today\'s accesses, while the grey markers indicate accesses from other days.'),
32
]);
33
}
0 commit comments