Skip to content

Commit 019b017

Browse files
committed
Rename project to PaintToEarn.eth
1 parent 5eac6f1 commit 019b017

File tree

3 files changed

+5
-21
lines changed

3 files changed

+5
-21
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Starknet Canvas
1+
# PaintToEarn.eth
22

3-
> _Paint-to-earn_ community canvas on the ethereum blockchain
3+
> Earn $PAINT tokens by drawing on the ethereum blockchain
44
55
## Development
66

next-seo.config.js

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,10 @@
11
/** @type {import('next-seo').DefaultSeoProps} */
22
const defaultSEOConfig = {
3-
title: "cairopal",
3+
title: "PaintToEarn.eth",
44
titleTemplate: "%s",
5-
defaultTitle: "canvas",
5+
defaultTitle: "PaintToEarn.eth",
66
description: "Paint-to-earn community canvas on the Ethereum blockchain",
77
canonical: "https://nextarter-chakra.sznm.dev",
8-
openGraph: {
9-
url: "https://nextarter-chakra.sznm.dev",
10-
title: "cairopal",
11-
description: "Flexible Starknet Dapp Template",
12-
images: [
13-
{
14-
url: "https://cairopal.xyz/cairopal.png",
15-
alt: "cairopal cairopal",
16-
},
17-
],
18-
site_name: "cairopal",
19-
},
20-
twitter: {
21-
handle: "@a5f9t4",
22-
cardType: "summary_large_image",
23-
},
248
};
259

2610
export default defaultSEOConfig;

src/components/layout/Header.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const Header = () => {
88
return (
99
<Flex as="header" width="full" align="center">
1010
<Heading as="h1" size="md">
11-
<Link href="/">Canvas</Link>
11+
<Link href="/">PaintToEarn.eth</Link>
1212
</Heading>
1313

1414
<Box marginLeft="auto">

0 commit comments

Comments
 (0)