Skip to content

Commit

Permalink
fix(app): remove duplicated og meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
superical committed Dec 31, 2023
1 parent 8b9a462 commit 369f533
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/app/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ const App: AppType<{ session: Session | null }> = ({ Component, pageProps }: App
<meta name="twitter:image:height" content="630" />
<meta name="twitter:image:alt" content="Purpose Bound Money (PBM) Portal" />
<meta name="twitter:card" content="summary_large_image" />
<meta
property="og:description"
content="A protocol, developed as part of Project Orchid, enabling the use of digital money with automated on-chain escrow payment releases."
/>
</Head>

<Script src={`https://www.googletagmanager.com/gtag/js?id=${gaMeasurementId}`} />
Expand Down

0 comments on commit 369f533

Please sign in to comment.