From 3601cb5ace64579b587e5e9da307f9e55831697b Mon Sep 17 00:00:00 2001 From: f Date: Tue, 18 Mar 2025 12:27:52 +0000 Subject: [PATCH] deploy: 38ba9af141e5be66343a5c754459b6eecfca757b --- index.html | 2 +- vibe/index.html | 2 +- vibe/script.js | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 1360209..bf0a109 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@ - +
diff --git a/vibe/index.html b/vibe/index.html index 171aa17..447429b 100644 --- a/vibe/index.html +++ b/vibe/index.html @@ -23,7 +23,7 @@ - +
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(''); }