Skip to content

Commit 2a5dea9

Browse files
committed
ots page: drop broken 'examples below' link; shrink calendar-missing line
The '(examples below)' anchor pointed at the #recent-commits fragment but never scrolled (the page renders the heading later, after the table is populated). Plain prose without the dead link reads cleaner. The 'Know an active OpenTimestamps calendar that's missing here?' sentence is a footnote about contributor flow, not a primary call to action -- wrap in <small> to de-emphasize.
1 parent 1f23ebf commit 2a5dea9

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

frontend/src/app/components/_ordpool/open-timestamps/open-timestamps.component.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ <h1>OpenTimestamps: Anchor any file to Bitcoin</h1>
1515

1616
<p>
1717
Ordpool tags every OTS transaction wherever it appears in the explorer, so
18-
you can see Bitcoin's notary at work in real time
19-
(<a [routerLink]="[]" fragment="recent-commits">examples below</a>), and you can verify your own
20-
<code>.ots</code> receipt right here, against our independent open-source
18+
you can see Bitcoin's notary at work in real time, and you can verify your
19+
own <code>.ots</code> receipt right here, against our independent open-source
2120
implementation.
2221
</p>
2322

@@ -113,11 +112,13 @@ <h2 id="calendars" class="mt-4">Calendars</h2>
113112
</table>
114113
</div>
115114
<p class="text-muted mt-2">
116-
Know an active OpenTimestamps calendar that's missing here?
117-
<a href="https://github.com/ordpool-space/ordpool/edit/main/backend/src/api/explorer/_ordpool/ots-calendars.json"
118-
target="_blank" rel="noopener">
119-
Open a one-line PR
120-
</a> and we'll watch it, too.
115+
<small>
116+
Know an active OpenTimestamps calendar that's missing here?
117+
<a href="https://github.com/ordpool-space/ordpool/edit/main/backend/src/api/explorer/_ordpool/ots-calendars.json"
118+
target="_blank" rel="noopener">
119+
Open a one-line PR
120+
</a> and we'll watch it, too.
121+
</small>
121122
</p>
122123
}
123124

0 commit comments

Comments
 (0)