Skip to content

Commit

Permalink
description
Browse files Browse the repository at this point in the history
  • Loading branch information
HardhatChad committed Oct 15, 2024
1 parent 3a6fc81 commit 509d694
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Meta -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description", content="ORE is a proof-of-work token everyone can mine.">
<meta name="description", content="ORE is a cryptocurrency everyone can mine.">
<title>ORE</title>

<!-- Links -->
Expand All @@ -15,15 +15,15 @@
<!-- OpenGraph -->
<meta property="og:type" content="website" />
<meta property="og:title" content="ORE" />
<meta property="og:description" content="ORE is a proof-of-work token everyone can mine." />
<meta property="og:description" content="ORE is a cryptocurrency everyone can mine." />
<meta property="og:image" content="https://ore.supply/social-1.webp" />

<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://ore.supply/social-1.webp" />
<meta name="twitter:site" content="@OREsupply">
<meta name="twitter:title" content="ORE">
<meta name="twitter:description" content="ORE is a cross-border digital currency everyone can mine.">
<meta name="twitter:description" content="ORE is a cryptocurrency everyone can mine.">

<!-- Stats -->
<script src="https://cdn.usefathom.com/script.js" data-spa="auto" data-site="FCVSKOIN" defer></script>
Expand Down
2 changes: 1 addition & 1 deletion src/components/landing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pub fn Landing() -> Element {
class: "absolute top-0 flex flex-col w-full h-full overflow-y-scroll z-50 snap-y snap-mandatory",
Hero {
title: "It's time to mine.",
subtitle: &"ORE is a proof-of-work token everyone can mine."
subtitle: &"ORE is a cryptocurrency everyone can mine."
}
Block {
title: &"Proof of work.",
Expand Down

0 comments on commit 509d694

Please sign in to comment.