Skip to content

Commit

Permalink
update meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Hayslip committed Oct 4, 2023
1 parent 63f5a17 commit 2dea0d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/pages/bootcamp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ export default function Home() {
<meta property="og:title" content="Base" />
<meta
property="og:description"
content="Base is a secure, low-cost, builder-friendly Ethereum L2 built to bring the next billion users onchain."
content="Base Bootcamp is a cohort-based training program hosted by Coinbase engineers, designed to turn senior-level developers into Smart Contract developers."
/>
<meta property="og:url" content="https://base.org" />
<meta property="og:image" content="https://base.org/images/base-open-graph.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Base" />
<meta
name="twitter:description"
content="Base is a secure, low-cost, builder-friendly Ethereum L2 built to bring the next billion users onchain."
content="Base Bootcamp is a cohort-based training program hosted by Coinbase engineers, designed to turn senior-level developers into Smart Contract developers."
/>
<meta name="twitter:url" content="https://base.org" />
<meta name="twitter:image" content="https://base.org/images/base-open-graph.png" />
Expand Down

0 comments on commit 2dea0d1

Please sign in to comment.