parent
9cd13a35de
commit
46a2d8d95a
2 changed files with 41 additions and 53 deletions
|
@ -1094,11 +1094,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