Skip to content

Commit

Permalink
Soften language
Browse files Browse the repository at this point in the history
  • Loading branch information
john-kurkowski committed Apr 12, 2024
1 parent a792b56 commit d1fc8e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function Index(props: { data: QueryData }): React.ReactElement {
🚢
</span>
<span className='ml-4'>
<em>Ship</em> incrementally, no rewrites
<em>Ship</em> incrementally, without rewrites
</span>
</li>
<li className='flex'>
Expand Down Expand Up @@ -88,7 +88,7 @@ function pageForProps(props: { data: QueryData }): Page {
return {
dateForMeta: '',
description:
'I help frontend teams ship incrementally, no rewrites. Test to serve the team, not a metric. Debug any app, existing or legacy.',
'I help frontend teams ship incrementally, without rewrites. Test to serve the team, not a metric. Debug any app, existing or legacy.',
site: props.data.site,
title: `${props.data.site.siteMetadata.title} - ${props.data.site.siteMetadata.description}`,
url: '/',
Expand Down

0 comments on commit d1fc8e1

Please sign in to comment.