From b7e62a7ec899f85c5e5ce7ba35e833db366e397b Mon Sep 17 00:00:00 2001 From: Kathy <65121394+kfahn22@users.noreply.github.com> Date: Mon, 27 Oct 2025 13:18:28 -0400 Subject: [PATCH] Update featured challenge to Bayesian text classification --- content/pages/challenges/index.json | 2 +- content/pages/homepage/index.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/pages/challenges/index.json b/content/pages/challenges/index.json index eb4d2b934..8fae93d59 100644 --- a/content/pages/challenges/index.json +++ b/content/pages/challenges/index.json @@ -2,5 +2,5 @@ "title": "Challenges", "description": "Ready to apply what you’ve learned in the Tracks? Try a Challenge! These one-off project videos build off concepts introduced in Tracks and may have prerequisites (listed on the challenge page itself).", "featuredText": "Featured Challenge:", - "featuredChallenge": "c5-marching-squares" + "featuredChallenge": "187-bayesian-text-classification" } diff --git a/content/pages/homepage/index.json b/content/pages/homepage/index.json index 1a13bb4b2..467f9e105 100644 --- a/content/pages/homepage/index.json +++ b/content/pages/homepage/index.json @@ -33,7 +33,7 @@ "featured": [ "11-3d-terrain-generation-with-perlin-noise", "27-fireworks", - "49-photo-mosaic-with-white-house-social-media-images", + "187-bayesian-text-classification", "109-visualizing-500000-subscribers", "c5-marching-squares", "146-rendering-ray-casting"