diff --git a/src/components/search/GlobalSearchIdleState.tsx b/src/components/search/GlobalSearchIdleState.tsx
index 437dbd1e3..8a1caa91e 100644
--- a/src/components/search/GlobalSearchIdleState.tsx
+++ b/src/components/search/GlobalSearchIdleState.tsx
@@ -67,7 +67,7 @@ function RankBadge({ index }: { index: number }) {
}
/* ── Quick Actions ── */
-const _quickActions = [
+const quickActions = [
{ id: "new-quote", title: "Novo Orçamento", description: "Criar um novo orçamento", icon: , href: "/orcamentos/novo", shortcut: "N", highlight: true },
{ id: "products", title: "Catálogo de Produtos", description: "Ver todos os produtos", icon: , href: "/" },
];