Skip to content

Commit

Permalink
Merge pull request #34 from GovTechSG/fix/og-tags-2
Browse files Browse the repository at this point in the history
fix(app): remove duplicated og meta tag
  • Loading branch information
superical authored Dec 31, 2023
2 parents 8b9a462 + 369f533 commit 35f510b
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 35f510b

Please sign in to comment.