Skip to content

Commit 86187c4

Browse files
committed
use content rather than component
1 parent e15fb37 commit 86187c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/dashboards/data-presentation.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Here is the code you might use to create these value boxes. Note that we use a m
259259
## Row
260260
261261
```{{python}}
262-
#| component: valuebox
262+
#| content: valuebox
263263
#| title: "Articles per day"
264264
#| icon: pencil
265265
#| color: primary
@@ -269,7 +269,7 @@ dict(
269269
```
270270
271271
```{{python}}
272-
#| component: valuebox
272+
#| content: valuebox
273273
#| title: "Comments per day"
274274
dict(
275275
icon = "chat",
@@ -279,7 +279,7 @@ dict(
279279
```
280280
281281
```{{r}}
282-
#| component: valuebox
282+
#| content: valuebox
283283
#| title: "Spam per day"
284284
list(
285285
icon = "trash",

0 commit comments

Comments
 (0)