Remove new CTA in copilot sign in UI
Add a trim_end to copilot suggestions
This commit is contained in:
parent
745e5e3a09
commit
2882e0fa5b
3 changed files with 3 additions and 17 deletions
|
@ -199,20 +199,6 @@ impl CopilotCodeVerification {
|
|||
},
|
||||
)
|
||||
.boxed(),
|
||||
theme::ui::cta_button_with_click(
|
||||
"Disable Copilot Integration",
|
||||
style.auth.content_width,
|
||||
&style.auth.cta_button,
|
||||
cx,
|
||||
{
|
||||
move |_, cx| {
|
||||
SettingsFile::update(cx, move |settings| {
|
||||
settings.features.copilot = Some(false);
|
||||
});
|
||||
}
|
||||
},
|
||||
)
|
||||
.boxed(),
|
||||
])
|
||||
.align_children_center()
|
||||
.boxed()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue