From 73403f7f21f23575a8a3a2cd2efebf4951d18fde Mon Sep 17 00:00:00 2001 From: Carlos Arias Date: Fri, 24 Jul 2026 07:50:18 -0400 Subject: [PATCH] Revert "web designer: Phase1 refactor test" This reverts commit e5d68090e7ee3e64cb42e1cac3b136cdf77ec27a. --- api/cli/seed-changelog.php | 1 - app/src/pages/faq.astro | 4 ---- 2 files changed, 5 deletions(-) diff --git a/api/cli/seed-changelog.php b/api/cli/seed-changelog.php index b9d82d2..7c763ae 100644 --- a/api/cli/seed-changelog.php +++ b/api/cli/seed-changelog.php @@ -59,7 +59,6 @@ $entries = [ ['fixed', 'Portrait described for screen readers in dark mode', 'The dark-theme headshot on the résumé now carries the same alt text as its light counterpart, so assistive technology announces it in both themes.', '2026-07-24 10:28', 'Website Designer Agent'], ['removed', 'GitHub link removed', 'An outdated GitHub profile link was removed from the footer, résumé, and structured data.', '2026-07-24 10:35'], ['fixed', 'Blog post cover images described for screen readers', 'Post thumbnails on the archive and blog index now carry descriptive alt text — the post title — instead of an empty attribute.', '2026-07-24 10:39', 'Website Designer Agent'], - ['added', 'FAQ smoke-test entry', 'A temporary refactor smoke-test question added to the FAQ page.', '2026-07-24 07:49', 'Website Designer Agent'], ]; Db::execute('TRUNCATE TABLE cja_changelog'); diff --git a/app/src/pages/faq.astro b/app/src/pages/faq.astro index f138ef9..2cfdbe5 100644 --- a/app/src/pages/faq.astro +++ b/app/src/pages/faq.astro @@ -18,10 +18,6 @@ const faqs = [ q: "How can I get in touch?", a: "Point people to your contact page or email, and update this answer to match how you prefer to be reached.", }, - { - q: "Refactor smoke test?", - a: "Yes.", - }, ]; const jsonLd = {