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:
Sylvie Crowe 2024-03-14 23:00:53 -07:00 committed by GitHub
parent 07e0b53b17
commit 8851c8e2d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,8 +48,15 @@ class TosModal extends React.Component<{}, {}> {
<div className="item-inner">
<div className="item-title">Telemetry</div>
<div className="item-text">
We only collect minimal <i>anonymous</i> telemetry data to help us understand
how many people are using Wave.
We only collect minimal <i>anonymous</i>
<a
target="_blank"
href={util.makeExternLink("https://docs.waveterm.dev/reference/telemetry")}
rel={"noopener"}
>
&nbsp;telemetry data&nbsp;
</a>
to help us understand how many people are using Wave.
</div>
<div className="item-field" style={{ marginTop: 2 }}>
<Toggle