Skip to content

Commit

Permalink
Updated metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
melnikga committed Jul 16, 2024
1 parent ebfbe2b commit 7a69ac7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pages/cairo-lang/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ const CairoLangPage = () => {
<>
<Head>
<meta property="og:type" content="website" />
<meta property="og:title" content="EVM Codes - Opcodes" />
<meta property="og:title" content="Cairo VM Codes" />
<meta
name="description"
content="An Ethereum Virtual Machine Opcodes Interactive Reference"
content="A Cairo Virtual Machine Interactive Reference"
/>
</Head>
<Editor isCairoLangPage={true} />
Expand Down
4 changes: 2 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ const HomePage = () => {
<>
<Head>
<meta property="og:type" content="website" />
<meta property="og:title" content="EVM Codes - Opcodes" />
<meta property="og:title" content="Cairo VM Codes" />
<meta
name="description"
content="An Ethereum Virtual Machine Opcodes Interactive Reference"
content="A Cairo Virtual Machine Interactive Reference"
/>
</Head>

Expand Down

0 comments on commit 7a69ac7

Please sign in to comment.