diff --git a/build/spas.ts b/build/spas.ts index 84de0734a962..1cd7480fc8bc 100644 --- a/build/spas.ts +++ b/build/spas.ts @@ -34,7 +34,7 @@ const FEATURED_ARTICLES = [ "blog/regular-expressions-reference-updates/", "blog/aria-accessibility-html-landmark-roles/", "docs/Web/API/Performance_API", - "docs/Web/CSS/font-palette", + "docs/Web/CSS/CSS_nesting", ]; const contributorSpotlightRoot = CONTRIBUTOR_SPOTLIGHT_ROOT; diff --git a/client/src/homepage/featured-articles/index.tsx b/client/src/homepage/featured-articles/index.tsx index 5a1c8b84300d..2db97f9216bf 100644 --- a/client/src/homepage/featured-articles/index.tsx +++ b/client/src/homepage/featured-articles/index.tsx @@ -25,7 +25,7 @@ export default function FeaturedArticles(props: HydrationData) { return hyData?.featuredArticles.length ? (
-

Featured Articles

+

Featured articles

{hyData.featuredArticles.map((article) => { return (