This commit is contained in:
2026-08-15 11:00:55 +07:00
parent ce076bee1d
commit 2d281dfbbb
4 changed files with 119 additions and 43 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ impl Render for SidebarPanel {
.child(NavItem::new("explore", "Browse", IconName::Globe).on_click(
cx.listener(|this, _ev, window, cx| this.open_explore(window, cx)),
))
.child(NavItem::new("search", "Saerch", IconName::Search).on_click(
.child(NavItem::new("search", "Search", IconName::Search).on_click(
cx.listener(|this, _ev, window, cx| this.open_explore(window, cx)),
))
.child(