Merge branch 'main' into ui-scrollbar-teardown
This commit is contained in:
commit
351db21ff9
408 changed files with 4442 additions and 7615 deletions
|
@ -1093,11 +1093,10 @@ impl RemoteServerProjects {
|
|||
.size(LabelSize::Small),
|
||||
)
|
||||
.child(
|
||||
Button::new("learn-more", "Learn more…")
|
||||
Button::new("learn-more", "Learn More")
|
||||
.label_size(LabelSize::Small)
|
||||
.size(ButtonSize::None)
|
||||
.color(Color::Accent)
|
||||
.style(ButtonStyle::Transparent)
|
||||
.icon(IconName::ArrowUpRight)
|
||||
.icon_size(IconSize::XSmall)
|
||||
.on_click(|_, _, cx| {
|
||||
cx.open_url(
|
||||
"https://zed.dev/docs/remote-development",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue