mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
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:
commit
e14b3a3f64
3 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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 |
Loading…
Reference in a new issue