Compare commits

...

2 Commits

Author SHA1 Message Date
Sylvia Crowe c19ef48aa8 fix: match link formatting to other links 2024-03-14 20:41:13 -07:00
Sylvia Crowe f31666f037 add link to telemetry page in the welcome screen 2024-03-14 16:49:05 -07:00
+9 -2
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