diff --git a/src/app/App.tsx b/src/app/App.tsx index 3e18206..7dc94e0 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -15,7 +15,7 @@ export function App() { className={`sidebar__link ${activePage === "tasks" ? "is-active" : ""}`} onClick={() => setActivePage("tasks")} > - Tarefas + Minhas Tarefas