Skip to content

Commit 16d05fb

Browse files
author
Medha Kothari
committed
update tagline
1 parent d0d6e42 commit 16d05fb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const path = require("path");
33
module.exports = {
44
title: "Foundation",
55
tagline:
6-
"Help us build a new creative economy on the Ethereum network. The infrastructure is open, permissionless, and transparent.",
6+
"Our Ethereum infrastructure is open, permissionless, and transparent because our future is collective.",
77
url: "https://fnd.dev",
88
baseUrl: "/",
99
onBrokenLinks: "throw",

src/components/HomeHero.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ export default function HomeHero() {
1313
</Heading>
1414
<Grid gap={[32, null, 48]}>
1515
<Text sx={{ maxWidth: 500 }}>
16-
Help us build a new creative economy on the Ethereum network. The
17-
infrastructure is open, permissionless, and transparent.
16+
Our Ethereum infrastructure is open, permissionless, and transparent because our future is collective.
1817
</Text>
1918
<Box>
2019
<Link to={useBaseUrl("/docs")}>

0 commit comments

Comments
 (0)