File tree Expand file tree Collapse file tree 2 files changed +19
-10
lines changed Expand file tree Collapse file tree 2 files changed +19
-10
lines changed Original file line number Diff line number Diff line change 8
8
9
9
import { Button , Card , Popover } from "antd" ;
10
10
import { FormattedMessage , useIntl } from "react-intl" ;
11
-
12
11
import { alert_message } from "@cocalc/frontend/alerts" ;
13
12
import {
14
13
redux ,
@@ -207,14 +206,24 @@ export function SiteLicense({
207
206
208
207
function render_extra ( ) : Rendered {
209
208
return (
210
- < Popover
211
- content = { LICENSE_INFORMATION }
212
- trigger = { [ "click" ] }
213
- placement = "rightTop"
214
- title = "License information"
215
- >
216
- < Icon name = "question-circle" />
217
- </ Popover >
209
+ < >
210
+ < Button
211
+ href = "https://youtu.be/kQv26e27ksY"
212
+ target = "_new"
213
+ style = { { marginRight : "15px" } }
214
+ >
215
+ < Icon name = "youtube" style = { { color : "red" } } />
216
+ Tutorial
217
+ </ Button >
218
+ < Popover
219
+ content = { LICENSE_INFORMATION }
220
+ trigger = { [ "click" ] }
221
+ placement = "rightTop"
222
+ title = "License information"
223
+ >
224
+ < Icon name = "question-circle" />
225
+ </ Popover >
226
+ </ >
218
227
) ;
219
228
}
220
229
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export const LICENSE_ACTIVATION_RULES = (
44
44
export const LICENSE_INFORMATION = (
45
45
< div style = { { maxWidth : "450px" } } >
46
46
< p >
47
- A license is a set of upgrades that can be applied to a project. Check the{ " " }
47
+ A license upgrades a project. Check the{ " " }
48
48
< A href = { "https://doc.cocalc.com/licenses.html" } >
49
49
site-license documentation
50
50
</ A > { " " }
You can’t perform that action at this time.
0 commit comments