mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update default open graph image
This commit is contained in:
parent
d617a50bfa
commit
bffbda7ddd
3 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ export default function Home(): JSX.Element {
|
|||
|
||||
return (
|
||||
<>
|
||||
<PageMetaData title='Omnivore' path='/' ogImage='/static/images/og-homepage.jpg' />
|
||||
<PageMetaData title='Omnivore' path='/' ogImage='/static/images/og-homepage.png' />
|
||||
<LoadingView />
|
||||
</>
|
||||
)
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ export default function Login(): JSX.Element {
|
|||
src="https://accounts.google.com/gsi/client"
|
||||
strategy="afterInteractive"
|
||||
/>
|
||||
<PageMetaData title="Welcome to Omnivore" path="/login" ogImage='/static/images/og-homepage.jpg' />
|
||||
<PageMetaData title="Welcome to Omnivore" path="/login" ogImage='/static/images/og-homepage.png' />
|
||||
<LoginLayout {...loginFormProps} />
|
||||
<div data-testid="login-page-tag" />
|
||||
</>
|
||||
|
|
|
|||
BIN
packages/web/public/static/images/og-homepage.png
Normal file
BIN
packages/web/public/static/images/og-homepage.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 297 KiB |
Loading…
Reference in a new issue