@@ -8,25 +8,25 @@ import { PluginSdk } from "@plugin-sdk/app";
8
8
const URLS = {
9
9
logo_256 :
10
10
"https://bridged-service-static.s3-us-west-1.amazonaws.com/branding/logo/256.png" ,
11
- github_assitant : "https://github.com/bridgedxyz /assistant" ,
12
- github_bridged : "https://github.com/bridgedxyz " ,
13
- homepage_bridged : "https://bridged.xyz /" ,
11
+ github_assitant : "https://github.com/gridaco /assistant" ,
12
+ github_grida : "https://github.com/gridaco " ,
13
+ homepage_grida : "https://grida.co /" ,
14
14
/**
15
15
* @todo
16
16
*/
17
17
homepage_assitant : "N/A" ,
18
18
report_issue :
19
- "https://github.com/bridgedxyz /assistant/issues/new?assignees=&labels=&template=bug_report.md&title=%5BBug%5D" ,
19
+ "https://github.com/gridaco /assistant/issues/new?assignees=&labels=&template=bug_report.md&title=%5BBug%5D" ,
20
20
feature_request :
21
- "https://github.com/bridgedxyz /assistant/issues/new?assignees=&labels=&template=feature_request.md&title=FeatureRequest" ,
22
- signup : "https://accounts.bridged.xyz /signup" ,
23
- blog : "https://blog.bridged.xyz " ,
24
- twitter : "https://twitter.com/bridgedxyz " ,
25
- facebook : "https://www.facebook.com/bridged.xyz /" ,
21
+ "https://github.com/gridaco /assistant/issues/new?assignees=&labels=&template=feature_request.md&title=FeatureRequest" ,
22
+ signup : "https://accounts.grida.co /signup" ,
23
+ blog : "https://blog.grida.co " ,
24
+ twitter : "https://twitter.com/grida_co " ,
25
+ facebook : "https://www.facebook.com/grida.co /" ,
26
26
youtube : "https://www.youtube.com/channel/UCgJO5apXl_pXRfTxNrkbEBw" ,
27
27
slack :
28
- "https://join.slack.com/t/bridgedxyz /shared_invite/zt-nmf59381-prFEqq032K~aWe_zOekUmQ" ,
29
- instagram : "https://www.instagram.com/bridged.xyz /" ,
28
+ "https://join.slack.com/t/gridaco /shared_invite/zt-nmf59381-prFEqq032K~aWe_zOekUmQ" ,
29
+ instagram : "https://www.instagram.com/grida.co /" ,
30
30
} ;
31
31
32
32
export function AboutScreen ( ) {
@@ -63,42 +63,42 @@ export function AboutScreen() {
63
63
</ MenuItem >
64
64
</ MenuSection >
65
65
< MenuSection >
66
- < MenuSectionTitleItem > More from Bridged </ MenuSectionTitleItem >
66
+ < MenuSectionTitleItem > More from Grida </ MenuSectionTitleItem >
67
67
< MenuItem onClick = { signIntoAssistant } > Signup / Signin</ MenuItem >
68
68
< MenuItem onClick = { linkTo ( URLS . blog ) } > Medium</ MenuItem >
69
- < MenuItem onClick = { linkTo ( URLS . homepage_bridged ) } > Homepage</ MenuItem >
69
+ < MenuItem onClick = { linkTo ( URLS . homepage_grida ) } > Homepage</ MenuItem >
70
70
</ MenuSection >
71
71
</ MenuContainer >
72
72
< FooterSocialContainer >
73
73
< SocialIconButton
74
74
src = { _social_icon ( "antd-twitter-outlined" ) }
75
- alt = "bridged on twitter"
75
+ alt = "Grida on twitter"
76
76
onClick = { linkTo ( URLS . twitter ) }
77
77
/>
78
78
< SocialIconButton
79
79
src = { _social_icon ( "antd-youtube-default" ) }
80
- alt = "bridged on youtube"
80
+ alt = "Grida on youtube"
81
81
onClick = { linkTo ( URLS . youtube ) }
82
82
/>
83
83
< SocialIconButton
84
84
src = { _social_icon ( "antd-slack-circle-default" ) }
85
- alt = "bridged on slack"
85
+ alt = "Grida on slack"
86
86
onClick = { linkTo ( URLS . slack ) }
87
87
/>
88
88
< SocialIconButton
89
89
src = { _social_icon ( "mdi_facebook" ) }
90
- alt = "bridged on facebook"
90
+ alt = "Grida on facebook"
91
91
onClick = { linkTo ( URLS . facebook ) }
92
92
/>
93
93
< SocialIconButton
94
94
src = { _social_icon ( "antd-instagram-default" ) }
95
- alt = "bridged on instagram"
95
+ alt = "Grida on instagram"
96
96
onClick = { linkTo ( URLS . instagram ) }
97
97
/>
98
98
< SocialIconButton
99
99
src = { _social_icon ( "antd-github-default" ) }
100
- alt = "bridged on github"
101
- onClick = { linkTo ( URLS . github_bridged ) }
100
+ alt = "Grida on github"
101
+ onClick = { linkTo ( URLS . github_grida ) }
102
102
/>
103
103
</ FooterSocialContainer >
104
104
</ >
0 commit comments