Skip to content

Commit

Permalink
metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
straightupjac committed Jul 16, 2022
1 parent 84fc72f commit 9681d1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions demo/components/Meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Head from "next/head"
export const Meta = () => {
return (
<Head>
<title>verify-user demo</title>
<meta name="title" content="Verify User" />
<meta name="description" content="An experiement to verify a user's address and twitter account are linked without storing any identifiable user data." />
<link rel="icon" href="/favicon.ico" />
Expand Down
1 change: 1 addition & 0 deletions demo/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { Meta } from '@components/Meta'
import { SignInFlow } from '@components/SignInFlow'
import type { NextPage } from 'next'
import Head from 'next/head'
Expand Down

1 comment on commit 9681d1a

@vercel
Copy link

@vercel vercel bot commented on 9681d1a Jul 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.