Skip to content

Commit c9317d7

Browse files
committed
Change of spotlight.
1 parent 0a4c86b commit c9317d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/spotlight.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Container from "./container.astro";
55
66
const softwareEntries = await getCollection("software");
77
8-
const featuredEntriestags = ["beeceptor", "keploy", "hatchfast"];
8+
const featuredEntriestags = ["gocodeo", "bruno", "metz-sh"];
99
1010
const featuredEntries = softwareEntries.filter((entry) =>
1111
featuredEntriestags.includes(entry.id)

0 commit comments

Comments
 (0)