Skip to content

Commit

Permalink
feat: deprecates current dev portal (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
paolodamico authored Feb 17, 2023
1 parent ae9c9a4 commit 234ab69
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions web/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,20 @@ function MyApp({ Component, pageProps }: AppProps): JSX.Element {

<meta name="twitter:description" content={metaDescription} />
</Head>
<div className="bg-warning flex justify-center items-center text-ffffff py-4 text-lg fixed right-0 left-0 z-50 top-0">
⚠️ Thanks for using World ID Alpha! This version of the developer portal
is <b className="pl-1">deprecated</b>. Please contact us on{" "}
<a
href="https://discord.gg/worldcoin"
target="_blank"
rel="noopener noreferrer"
className="underline px-1"
>
Discord
</a>
for details on the new version.
</div>
<div className="mb-14"></div>

<Component {...pageProps} />
</Fragment>
Expand Down

0 comments on commit 234ab69

Please sign in to comment.