Skip to content

Commit

Permalink
Minor copy changes to clarify weekday frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
edomt authored and rakyi committed Jul 24, 2024
1 parent 5c9fee3 commit eff7b91
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion site/DataInsightsIndexPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const DataInsightsIndexPage = (props: DataInsightsIndexPageProps) => {
canonicalUrl={`${baseUrl}/data-insights`}
pageTitle="Daily Data Insights"
baseUrl={baseUrl}
pageDesc="Bite-sized insights on how the world is changing, published daily"
pageDesc="Bite-sized insights on how the world is changing, published every weekday"
imageUrl={`${baseUrl}/data-insights-thumbnail.png`}
atom={DATA_INSIGHT_ATOM_FEED_PROPS}
></Head>
Expand Down
2 changes: 1 addition & 1 deletion site/DataInsightsIndexPageContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const DataInsightsIndexPageContent = (
</h2>
<p className="span-cols-8 col-start-4 col-md-start-3 span-md-cols-10 col-sm-start-2 span-sm-cols-12 body-1-regular">
Bite-sized insights on how the world is changing,
published daily.
published every weekday.
</p>
</header>
{dataInsights.map((dataInsight, index) => {
Expand Down
4 changes: 2 additions & 2 deletions site/gdocs/components/DataInsightsNewsletter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ export default function DataInsightsNewsletter({
Get Daily Data Insights delivered to your inbox
</h3>
<p className="data-insights-newsletter__description body-3-medium">
Receive an email from us whenever we publish a Daily
Data Insight (maximum 1 per day).
Receive an email from us when we publish a Daily
Data Insight (every weekday).
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion site/gdocs/components/LatestDataInsightsBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function LatestDataInsightsBlock({
<h2 className="h2-bold">Daily Data Insights</h2>
<p className="body-2-regular">
Bite-sized insights on how the world is changing, published
daily.
every weekday.
</p>
</header>
<Button
Expand Down

0 comments on commit eff7b91

Please sign in to comment.