Skip to content

Commit

Permalink
updates to sentence casing
Browse files Browse the repository at this point in the history
  • Loading branch information
dipikabh committed Oct 26, 2023
1 parent 6b176b7 commit 2a25b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/homepage/featured-articles/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function FeaturedArticles(props: HydrationData<any>) {

return hyData?.featuredArticles.length ? (
<div className="featured-articles">
<h2>Featured Articles</h2>
<h2>Featured articles</h2>
<div className="tile-container">
{hyData.featuredArticles.map((article) => {
return (
Expand Down

0 comments on commit 2a25b39

Please sign in to comment.