parent
be0d9eecb7
commit
50985b7d23
1 changed files with 2 additions and 2 deletions
|
@ -237,7 +237,7 @@ impl ZedAiOnboarding {
|
||||||
.icon_color(Color::Muted)
|
.icon_color(Color::Muted)
|
||||||
.icon_size(IconSize::XSmall)
|
.icon_size(IconSize::XSmall)
|
||||||
.on_click(move |_, _window, cx| {
|
.on_click(move |_, _window, cx| {
|
||||||
telemetry::event!("Review Terms of Service Click");
|
telemetry::event!("Review Terms of Service Clicked");
|
||||||
cx.open_url(&zed_urls::terms_of_service(cx))
|
cx.open_url(&zed_urls::terms_of_service(cx))
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
|
@ -248,7 +248,7 @@ impl ZedAiOnboarding {
|
||||||
.on_click({
|
.on_click({
|
||||||
let callback = self.accept_terms_of_service.clone();
|
let callback = self.accept_terms_of_service.clone();
|
||||||
move |_, window, cx| {
|
move |_, window, cx| {
|
||||||
telemetry::event!("Accepted Terms of Service");
|
telemetry::event!("Terms of Service Accepted");
|
||||||
(callback)(window, cx)}
|
(callback)(window, cx)}
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue