diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 4a2e39b..89704a2 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -1,5 +1,5 @@
import { useState } from "react";
-import { MessageSquare, Image, Mic, Settings, Plus, ChevronLeft, ChevronRight } from "lucide-react";
+import { MessageSquare, Image, Mic, ArrowLeft, Plus, ChevronLeft, ChevronRight } from "lucide-react";
import { Button } from "@/components/ui/button";
import { Separator } from "@/components/ui/separator";
import { ThemeToggle } from "@/components/ThemeToggle";
@@ -73,8 +73,8 @@ export const Layout = ({ children, activeTab, onTabChange }: LayoutProps) => {
@@ -129,9 +129,9 @@ export const Layout = ({ children, activeTab, onTabChange }: LayoutProps) => {
variant="ghost"
size="icon"
className="w-full text-sidebar-foreground"
- title="Configurações"
+ title="Voltar"
>
-
+