File tree 1 file changed +4
-4
lines changed
components/dashboard/src/admin
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import { adminMenu } from "./admin-menu";
14
14
import { useEffect , useState } from "react" ;
15
15
import InfoBox from "../components/InfoBox" ;
16
16
import { isGitpodIo } from "../utils" ;
17
- import Separator from "../components/Separator" ;
18
17
19
18
export default function Settings ( ) {
20
19
const { adminSettings, setAdminSettings } = useContext ( AdminContext ) ;
@@ -48,7 +47,9 @@ export default function Settings() {
48
47
< h3 > Usage Statistics</ h3 >
49
48
< p className = "text-base text-gray-500 pb-4 max-w-2xl" >
50
49
We collect usage telemetry to gain insights on how you use your Gitpod instance, so we can provide a
51
- better overall experience.{ " " }
50
+ better overall experience.
51
+ </ p >
52
+ < p >
52
53
< a className = "gp-link" href = "https://www.gitpod.io/privacy" >
53
54
Read our Privacy Policy
54
55
</ a >
@@ -84,8 +85,7 @@ export default function Settings() {
84
85
} as InstallationAdminSettings )
85
86
}
86
87
/>
87
- < Separator />
88
- < h3 > Telemetry preview</ h3 >
88
+ < h3 className = "mt-4" > Telemetry preview</ h3 >
89
89
< InfoBox >
90
90
< pre > { JSON . stringify ( telemetryData , null , 2 ) } </ pre >
91
91
</ InfoBox >
You can’t perform that action at this time.
0 commit comments