Merge pull request #1248 from omnivore-app/fix/consistent-titles

Use read-it-later instead of "read it later" in copy
This commit is contained in:
Jackson Harper 2022-09-27 19:39:00 +08:00 committed by GitHub
commit e14b3a3f64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ export function LoginForm(props: LoginFormProps): JSX.Element {
}}
>
<StyledTextHeadline>
A read it later app for serious readers.
A read-it-later app for serious readers.
</StyledTextHeadline>
<StyledText css={{ fontStyle: 'normal',
fontWeight: '400',

View file

@ -31,7 +31,7 @@ export default function LandingPage(): JSX.Element {
<LandingHeader />
<VStack css={{ background: '#FEFCF5', color: '#3D3D3D' }}>
<VStack css={mobileContainerStyles}>
<Box css={headingStyles}>A read it later app for serious readers.</Box>
<Box css={headingStyles}>A read-it-later app for serious readers.</Box>
<Box css={subHeadingStyles}>
Omnivore is a privacy focused, open-source read-it-later app.
Use it to save interesting articles and read distraction free.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 297 KiB

After

Width:  |  Height:  |  Size: 297 KiB