diff --git a/vibe/script.js b/vibe/script.js index b86d865..2259748 100644 --- a/vibe/script.js +++ b/vibe/script.js @@ -211,9 +211,9 @@ function setupSearch() { Add this prompt ` - : filtered.map(({ act, prompt }) => ` -
  • - ${act} + : filtered.map(({ app, prompt }) => ` +
  • + ${app}
  • `).join(''); }