Skip to content

Commit

Permalink
Create a dedicated page for PREreviews
Browse files Browse the repository at this point in the history
Refs #19
  • Loading branch information
thewilkybarkid committed Jul 1, 2024
1 parent f6bdec4 commit b8c205d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/reviews.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
theme: dashboard
title: PREreviews
toc: false
---

# PREreviews ✍️

```js
const reviews = FileAttachment('./data/reviews.json').json()
```

<div class="grid grid-cols-4">
<div class="card">
<h2>PREreviews</h2>
<span class="big">${reviews.length.toLocaleString("en-US")}</span>
</div>
</div>

0 comments on commit b8c205d

Please sign in to comment.