From 38ba9af141e5be66343a5c754459b6eecfca757b Mon Sep 17 00:00:00 2001 From: f Date: Tue, 18 Mar 2025 15:27:14 +0300 Subject: [PATCH] /vibe code examples --- vibe/script.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(''); }