Skip to content

Commit

Permalink
meta
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Mar 14, 2024
1 parent 2594f30 commit d756d5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions devcon/src/components/domain/seo/SEO.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ export function SEO(props: SEOProps) {
}

const globalTitle = 'Devcon 2024' // Bogotá, Oct 11 → 14'
const globalDescription =
'Devcon is an intensive introduction for new Ethereum explorers, a global family reunion for those already a part of our ecosystem, and a source of energy and creativity for all.'
const globalDescription = 'Devcon is the Ethereum conference for developers, researchers, thinkers, and makers.'
const globalImage = 'https://www.devcon.org/assets/images/dc7-og.png'
const canonical = props.canonicalUrl || ''

Expand Down

0 comments on commit d756d5d

Please sign in to comment.