Add defaultIcon to Features

This commit is contained in:
prototypa
2023-08-16 00:43:36 -04:00
parent d4b5a0f54e
commit a56761213b
3 changed files with 7 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ const {
tagline = await Astro.slots.render("tagline"),
items = [],
columns = 3,
defaultIcon,
id,
isDark = false,
@@ -33,6 +34,7 @@ const {
<ItemGrid2
items={items}
columns={columns}
defaultIcon={defaultIcon}
classes={{
container: "gap-4 md:gap-6",
panel: