File tree 4 files changed +6
-6
lines changed
profile-board/ProfileInfo
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ const Explore: FC = () => {
15
15
return (
16
16
< ROOT spacing = { { xs : 4 , sm : 6 } } >
17
17
< Stack spacing = { 2 } marginTop = { { xs : 2 , sm : 8 } } >
18
- < H1 > Find people in Web 3.0 world.</ H1 >
19
- < H3 sx = { { color : 'text.secondary' } } > Connect with key opinion leaders in ISME network.</ H3 >
18
+ < H1 > Find people in the Web3 world.</ H1 >
19
+ < H3 sx = { { color : 'text.secondary' } } > Connect with key opinion leaders in the ISME network.</ H3 >
20
20
</ Stack >
21
21
< Stack spacing = { 2 } >
22
22
< FollowGridDynamic followers = { featuredPeoples } />
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const Home: FC = () => {
31
31
< Grid item xs = { 12 } sm = { 5 } >
32
32
< Stack spacing = { 4 } >
33
33
< Stack spacing = { 2 } >
34
- < H1 > Your Decentralized Identity for Web 3.0 </ H1 >
34
+ < H1 > Your Decentralized Identity for Web3 </ H1 >
35
35
< H3 sx = { { color : 'text.secondary' } } > Connect everything in the first unified social identity network</ H3 >
36
36
</ Stack >
37
37
< Stack spacing = { 4 } direction = "row" >
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ const ProfileInfo: FC = () => {
60
60
< ROOT sx = { { paddingX : 2 , paddingY : 4 } } >
61
61
< Head >
62
62
< title > { profile . name } .isme | ISME</ title >
63
- < meta name = "description" content = { profile . bio || 'ISME is your decentralized identity (DID) for Web 3.0 ' } />
63
+ < meta name = "description" content = { profile . bio || 'ISME is your decentralized identity (DID) for Web3 ' } />
64
64
< meta key = "og:site_name" property = "og:site_name" content = { `${ profile . name } .isme | ISME` } />
65
65
< meta key = "og:image" property = "og:image" content = { profile . avatar || 'https://isme.is/logo.svg' } />
66
66
< meta
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ export type HeaderProps = {
8
8
twitter ?: string
9
9
}
10
10
const Header : FC < HeaderProps > = ( props ) => {
11
- const title = props . title || 'ISME | Your Decentralized Identity for Web 3.0 '
12
- const description = props . description || 'ISME is your decentralized identity (DID) for Web 3.0 '
11
+ const title = props . title || 'ISME | Your Decentralized Identity for Web3 '
12
+ const description = props . description || 'ISME is your decentralized identity (DID) for Web3 '
13
13
const ogDescription = props . ogDescription || 'Connect everything in the first unified social identity network'
14
14
const image = props . image || 'https://isme.is/isme-logo.jpg'
15
15
const twitter = props . twitter || '@nft3com'
You can’t perform that action at this time.
0 commit comments