mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update open graph image url
This commit is contained in:
parent
56ab63feab
commit
3a678f6d80
3 changed files with 6 additions and 6 deletions
|
|
@ -7,7 +7,7 @@ import { LandingHeader } from '../components/templates/landing/LandingHeader'
|
|||
import { LandingFooter } from '../components/templates/landing/LandingFooter'
|
||||
import { PageMetaData } from '../components/patterns/PageMetaData'
|
||||
|
||||
const mobileContainerStyles = {
|
||||
const containerStyles = {
|
||||
alignSelf: 'center',
|
||||
marginTop: 80,
|
||||
maxWidth: 960,
|
||||
|
|
@ -44,7 +44,7 @@ export default function LandingPage(): JSX.Element {
|
|||
<PageMetaData
|
||||
title="Omnivore"
|
||||
path="/about"
|
||||
ogImage="/static/images/og-homepage-02.png"
|
||||
ogImage="/static/images/og-homepage-03.png"
|
||||
description="Omnivore is the free, open source, read-it-later app for serious readers."
|
||||
/>
|
||||
|
||||
|
|
@ -53,7 +53,7 @@ export default function LandingPage(): JSX.Element {
|
|||
alignment="center"
|
||||
css={{ background: '#FEFCF5', color: '#3D3D3D' }}
|
||||
>
|
||||
<VStack css={mobileContainerStyles}>
|
||||
<VStack css={containerStyles}>
|
||||
<Box css={headingStyles}>
|
||||
Omnivore is the free, open source, read-it-later app for serious
|
||||
readers.
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ export default function LandingPage(): JSX.Element {
|
|||
<PageMetaData
|
||||
title="Omnivore"
|
||||
path="/"
|
||||
ogImage="/static/images/og-homepage-02.png"
|
||||
ogImage="/static/images/og-homepage-03.png"
|
||||
description="Omnivore is the free, open source, read-it-later app for serious readers."
|
||||
/>
|
||||
<LoadingView bgColor="#FEFCF5" />
|
||||
|
|
@ -67,7 +67,7 @@ export default function LandingPage(): JSX.Element {
|
|||
<PageMetaData
|
||||
title="Omnivore"
|
||||
path="/"
|
||||
ogImage="/static/images/og-homepage-02.png"
|
||||
ogImage="/static/images/og-homepage-03.png"
|
||||
description="Omnivore is the free, open source, read-it-later app for serious readers."
|
||||
/>
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ export default function Login(): JSX.Element {
|
|||
<PageMetaData
|
||||
title="Welcome to Omnivore"
|
||||
path="/login"
|
||||
ogImage="/static/images/og-homepage-02.png"
|
||||
ogImage="/static/images/og-homepage-03.png"
|
||||
/>
|
||||
<LoginLayout {...loginFormProps} />
|
||||
<div data-testid="login-page-tag" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue