Skip to content

Commit 18202fa

Browse files
committed
chore(landing): fix image link
1 parent 21c7240 commit 18202fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

landing/components/Layout.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const Layout = ({
4040
<meta property="og:description" content="read your Internet article flow in one place with complete peace of mind and freedom" />
4141
<meta property="og:type" content="website" />
4242
<meta property="og:url" content="https://about.readflow.app" />
43-
<meta property="og:image" content="https://about.readflow.app/images/readflow.png" />
43+
<meta property="og:image" content="https://about.readflow.app/img/readflow.png" />
4444
<link rel="icon" type="image/png" href="/favicon.png"></link>
4545
</Head>
4646
{ authenticated ? <AutheticatedPage>{children}</AutheticatedPage> : <Page>{children}</Page>}

0 commit comments

Comments
 (0)