Skip to content

Commit

Permalink
Merge pull request #32 from ceramicnetwork/small-updates
Browse files Browse the repository at this point in the history
Update the description of the site
  • Loading branch information
JustinaPetr authored Nov 23, 2023
2 parents 0c3247e + 90521bd commit 3b01cbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/homepage/get-started.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import styles from "./homeNavBoxes.module.css";

const FeatureList = [
{
title: "What is Ceramic?",
title: "Why Ceramic?",
items: [
{
url: "docs/introduction/why-ceramic",
text: "Dive into the core concepts behind the Ceramic Network",
text: "Dive into the overview of Ceramic Network",
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function Home() {
<div>
<Layout
title={`Ceramic documentation`}
description="Description will go into a meta tag in <head />"
description="Ceramic is a decentralized data network that powers an ecosystem of interoperable Web3 applications and services."
>
<HomepageHeader />
<screen-card>
Expand Down

0 comments on commit 3b01cbb

Please sign in to comment.