1
1
import { Alert , Typography } from "antd" ;
2
2
import { A } from "@cocalc/frontend/components/A" ;
3
- import { SiteName } from "@cocalc/frontend/customize" ;
4
3
import { appBasePath } from "@cocalc/frontend/customize/app-base-path" ;
5
4
import { join } from "path" ;
6
5
7
6
const { Paragraph, Text } = Typography ;
8
7
export const BUY_A_LICENSE_URL = join ( appBasePath , "/store/site-license" ) ;
9
8
9
+ // I'm just putting "CoCalc" since this is only for cocalc.com usage, and the
10
+ // messages below literally only apply to cocalc.
11
+
10
12
const VERSIONS = {
11
13
hsy : (
12
14
< >
13
15
< Paragraph strong >
14
- This is a call to support < SiteName /> by{ " " }
16
+ This is a call to support CoCalc by{ " " }
15
17
< A href = { BUY_A_LICENSE_URL } > purchasing a license</ A > .
16
18
</ Paragraph >
17
19
< Paragraph >
@@ -21,7 +23,7 @@ const VERSIONS = {
21
23
costs money as well.
22
24
</ Paragraph >
23
25
< Paragraph >
24
- < SiteName /> receives no funding from large organizations or charitable
26
+ CoCalc receives no funding from large organizations or charitable
25
27
foundations. The site depends entirely{ " " }
26
28
< Text strong > on your financial support</ Text > to continue operating.
27
29
Without your financial support this service will not survive long-term!
@@ -43,9 +45,7 @@ const VERSIONS = {
43
45
< Paragraph strong >
44
46
Please{ " " }
45
47
< b >
46
- < A href = { BUY_A_LICENSE_URL } >
47
- purchase a < SiteName /> license
48
- </ A >
48
+ < A href = { BUY_A_LICENSE_URL } > purchase a CoCalc license</ A >
49
49
</ b >
50
50
!
51
51
</ Paragraph >
0 commit comments