Skip to content

Commit

Permalink
Update og description
Browse files Browse the repository at this point in the history
  • Loading branch information
itsharshag committed Jun 7, 2022
1 parent fde86df commit 34537ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import Document, { Html, Head, Main, NextScript } from 'next/document'
import { CssBaseline } from '@nextui-org/react'

const title = 'Ethereum Developer Tooling Landscape | DappCamp'
const defaultDescription = 'Ethereum Developer Tooling Landscape'
const defaultDescription =
'A comprehensive list of tools that developers use when developing smart contracts on Ethereum and EVM-compatible chains'

//@ts-ignore
class MyDocument extends Document {
Expand Down

0 comments on commit 34537ae

Please sign in to comment.