mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
Add Link to Telemetry Page in the Welcome Screen (#460)
* add link to telemetry page in the welcome screen * fix: match link formatting to other links
This commit is contained in:
parent
07e0b53b17
commit
8851c8e2d6
@ -48,8 +48,15 @@ class TosModal extends React.Component<{}, {}> {
|
|||||||
<div className="item-inner">
|
<div className="item-inner">
|
||||||
<div className="item-title">Telemetry</div>
|
<div className="item-title">Telemetry</div>
|
||||||
<div className="item-text">
|
<div className="item-text">
|
||||||
We only collect minimal <i>anonymous</i> telemetry data to help us understand
|
We only collect minimal <i>anonymous</i>
|
||||||
how many people are using Wave.
|
<a
|
||||||
|
target="_blank"
|
||||||
|
href={util.makeExternLink("https://docs.waveterm.dev/reference/telemetry")}
|
||||||
|
rel={"noopener"}
|
||||||
|
>
|
||||||
|
telemetry data
|
||||||
|
</a>
|
||||||
|
to help us understand how many people are using Wave.
|
||||||
</div>
|
</div>
|
||||||
<div className="item-field" style={{ marginTop: 2 }}>
|
<div className="item-field" style={{ marginTop: 2 }}>
|
||||||
<Toggle
|
<Toggle
|
||||||
|
Loading…
Reference in New Issue
Block a user