From e3ed4258abb48ed3fb1fe88eb85282e273a3d4e7 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 23 Apr 2025 02:35:42 +0000 Subject: [PATCH] deploy: 1553ce1ab8824665e2f332c48d1030553fabc3e9 --- index.html | 2 +- script.js | 2 +- vibe/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index b7b9076..7bae426 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@ - +
diff --git a/script.js b/script.js index aae8a4c..becd3b8 100644 --- a/script.js +++ b/script.js @@ -1223,7 +1223,7 @@ function showYamlModal(event, title, content) { const createYamlButton = modalOverlay.querySelector(".create-yaml-button"); // Create the YAML content - const cleanTitle = decodeURIComponent(title).trim().replace(/^Act as an? /ig, ''); + const cleanTitle = decodeURIComponent(title).trim().replace(/^Act as a?n?\s?/ig, ''); const cleanContent = decodeURIComponent(content).trim().replace(/\n+/g, ' '); const yamlText = `name: ${cleanTitle} diff --git a/vibe/index.html b/vibe/index.html index 2c34e59..2e22407 100644 --- a/vibe/index.html +++ b/vibe/index.html @@ -23,7 +23,7 @@ - +