From d1f6bf320e5de9a88d046b5b101eb2b85fb3e4f7 Mon Sep 17 00:00:00 2001 From: Dipika Bhattacharya Date: Thu, 26 Oct 2023 20:39:09 +0200 Subject: [PATCH] chore(featured-articles): font-palette -> nesting (#9892) * updates link to nesting * updates to sentence casing --- build/spas.ts | 2 +- client/src/homepage/featured-articles/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 (