@@ -8,25 +8,25 @@ import { PluginSdk } from "@plugin-sdk/app";
88const URLS = {
99 logo_256 :
1010 "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 /" ,
1414 /**
1515 * @todo
1616 */
1717 homepage_assitant : "N/A" ,
1818 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" ,
2020 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 /" ,
2626 youtube : "https://www.youtube.com/channel/UCgJO5apXl_pXRfTxNrkbEBw" ,
2727 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 /" ,
3030} ;
3131
3232export function AboutScreen ( ) {
@@ -63,42 +63,42 @@ export function AboutScreen() {
6363 </ MenuItem >
6464 </ MenuSection >
6565 < MenuSection >
66- < MenuSectionTitleItem > More from Bridged </ MenuSectionTitleItem >
66+ < MenuSectionTitleItem > More from Grida </ MenuSectionTitleItem >
6767 < MenuItem onClick = { signIntoAssistant } > Signup / Signin</ MenuItem >
6868 < 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 >
7070 </ MenuSection >
7171 </ MenuContainer >
7272 < FooterSocialContainer >
7373 < SocialIconButton
7474 src = { _social_icon ( "antd-twitter-outlined" ) }
75- alt = "bridged on twitter"
75+ alt = "Grida on twitter"
7676 onClick = { linkTo ( URLS . twitter ) }
7777 />
7878 < SocialIconButton
7979 src = { _social_icon ( "antd-youtube-default" ) }
80- alt = "bridged on youtube"
80+ alt = "Grida on youtube"
8181 onClick = { linkTo ( URLS . youtube ) }
8282 />
8383 < SocialIconButton
8484 src = { _social_icon ( "antd-slack-circle-default" ) }
85- alt = "bridged on slack"
85+ alt = "Grida on slack"
8686 onClick = { linkTo ( URLS . slack ) }
8787 />
8888 < SocialIconButton
8989 src = { _social_icon ( "mdi_facebook" ) }
90- alt = "bridged on facebook"
90+ alt = "Grida on facebook"
9191 onClick = { linkTo ( URLS . facebook ) }
9292 />
9393 < SocialIconButton
9494 src = { _social_icon ( "antd-instagram-default" ) }
95- alt = "bridged on instagram"
95+ alt = "Grida on instagram"
9696 onClick = { linkTo ( URLS . instagram ) }
9797 />
9898 < SocialIconButton
9999 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 ) }
102102 />
103103 </ FooterSocialContainer >
104104 </ >
0 commit comments