commit 1f887844b6ba65a00caf06848dc0bb93e929645e
parent e57b354c3a32b985a18c26b85be4bb7042138216
Author: triesap <tyson@radroots.org>
Date: Fri, 17 Apr 2026 23:14:14 +0000
app: remove home sidebar brand label
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/crates/launchers/desktop/src/window.rs b/crates/launchers/desktop/src/window.rs
@@ -93,12 +93,6 @@ impl Render for HomeView {
.gap(px(APP_UI_THEME.layout.home_stack_gap_px))
.child(
div()
- .text_size(px(APP_UI_THEME.typography.brand_text_px))
- .text_color(rgb(APP_UI_THEME.text.primary))
- .child(app_shared_text(AppTextKey::HomeBrand)),
- )
- .child(
- div()
.text_size(px(APP_UI_THEME.typography.body_text_px * 2.0))
.font_weight(gpui::FontWeight::BOLD)
.text_color(rgb(APP_UI_THEME.text.primary))