File tree 3 files changed +5
-21
lines changed
3 files changed +5
-21
lines changed Original file line number Diff line number Diff line change 1
- # Starknet Canvas
1
+ # PaintToEarn.eth
2
2
3
- > _ Paint-to-earn _ community canvas on the ethereum blockchain
3
+ > Earn $PAINT tokens by drawing on the ethereum blockchain
4
4
5
5
## Development
6
6
Original file line number Diff line number Diff line change 1
1
/** @type {import('next-seo').DefaultSeoProps } */
2
2
const defaultSEOConfig = {
3
- title : "cairopal " ,
3
+ title : "PaintToEarn.eth " ,
4
4
titleTemplate : "%s" ,
5
- defaultTitle : "canvas " ,
5
+ defaultTitle : "PaintToEarn.eth " ,
6
6
description : "Paint-to-earn community canvas on the Ethereum blockchain" ,
7
7
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
- } ,
24
8
} ;
25
9
26
10
export default defaultSEOConfig ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const Header = () => {
8
8
return (
9
9
< Flex as = "header" width = "full" align = "center" >
10
10
< Heading as = "h1" size = "md" >
11
- < Link href = "/" > Canvas </ Link >
11
+ < Link href = "/" > PaintToEarn.eth </ Link >
12
12
</ Heading >
13
13
14
14
< Box marginLeft = "auto" >
You can’t perform that action at this time.
0 commit comments