Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit f05403e

Browse files
author
Nikolas Haimerl
committed
Revert "fmt"
This reverts commit 005e11e.
1 parent 1c937db commit f05403e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/[client].md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const start = view(Inputs.date({label: "Start", value: getDateXDaysAgo(180) }));
2424
const end = view(Inputs.date({label: "End", value: getDateXDaysAgo(1) }));
2525
```
2626

27-
<h3>Stats for ${observable.params.client}</h3>
27+
<h3>Stats for ${observable.params.provider}</h3>
2828

2929
<div class="grid grid-cols" style="grid-auto-rows: 500px;">
3030
<div class="card">${

0 commit comments

Comments
 (0)