chore: Rename longbridgeapp to longbridge. (#477)
This commit is contained in:
parent
9288dc91c2
commit
782cea35fc
3 changed files with 4 additions and 6 deletions
|
|
@ -63,7 +63,7 @@ struct DockAreaTab {
|
|||
impl StoryWorkspace {
|
||||
pub fn new(_app_state: Arc<AppState>, cx: &mut ViewContext<Self>) -> Self {
|
||||
// There will crash on Linux.
|
||||
// https://github.com/longbridgeapp/gpui-component/issues/104
|
||||
// https://github.com/longbridge/gpui-component/issues/104
|
||||
#[cfg(not(target_os = "linux"))]
|
||||
cx.observe_window_appearance(|_, cx| {
|
||||
Theme::sync_system_appearance(cx);
|
||||
|
|
@ -474,9 +474,7 @@ impl Render for StoryWorkspace {
|
|||
.small()
|
||||
.ghost()
|
||||
.on_click(|_, cx| {
|
||||
cx.open_url(
|
||||
"https://github.com/longbridgeapp/gpui-component",
|
||||
)
|
||||
cx.open_url("https://github.com/longbridge/gpui-component")
|
||||
}),
|
||||
)
|
||||
.child(
|
||||
|
|
|
|||
|
|
@ -291,7 +291,7 @@ impl Render for PopupStory {
|
|||
menu.link_with_icon(
|
||||
"GitHub Repository",
|
||||
IconName::GitHub,
|
||||
"https://github.com/longbridgeapp/gpui-component",
|
||||
"https://github.com/longbridge/gpui-component",
|
||||
)
|
||||
.separator()
|
||||
.link("GPUI", "https://gpui.rs")
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@ impl Render for TextStory {
|
|||
.child(Link::new("link3").child(h_flex().gap_1().child(IconName::GitHub).child("GitHub")).on_click(cx.listener(|_, _, cx| {
|
||||
cx.open_url("https://google.com")
|
||||
})))
|
||||
.child(div().w(px(250.)).child(Link::new("link4").child("https://github.com/longbridgeapp/gpui-component").href("https://github.com/longbridgeapp/gpui-component")))
|
||||
.child(div().w(px(250.)).child(Link::new("link4").child("https://github.com/longbridge/gpui-component").href("https://github.com/longbridge/gpui-component")))
|
||||
)
|
||||
)
|
||||
.child(
|
||||
|
|
|
|||
Loading…
Reference in a new issue