Skip to content

Commit

Permalink
Change of spotlight.
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitjaininfo committed Nov 22, 2024
1 parent 0a4c86b commit c9317d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/spotlight.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Container from "./container.astro";
const softwareEntries = await getCollection("software");
const featuredEntriestags = ["beeceptor", "keploy", "hatchfast"];
const featuredEntriestags = ["gocodeo", "bruno", "metz-sh"];
const featuredEntries = softwareEntries.filter((entry) =>
featuredEntriestags.includes(entry.id)
Expand Down

0 comments on commit c9317d7

Please sign in to comment.