Update open graph image url

This commit is contained in:
Jackson Harper 2023-01-13 17:01:37 +08:00
parent 56ab63feab
commit 3a678f6d80
3 changed files with 6 additions and 6 deletions

View file

@ -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.

View file

@ -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."
/>

View file

@ -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" />