refactor: update icons and improve layout structure across components

This commit is contained in:
Felipe Coutinho
2025-11-17 11:29:06 -03:00
parent cdf79600e9
commit 3ca495384c
12 changed files with 107 additions and 110 deletions

View File

@@ -1,5 +1,5 @@
import PageDescription from "@/components/page-description";
import { RiFileListLine } from "@remixicon/react";
import { RiTodoLine } from "@remixicon/react";
export const metadata = {
title: "Anotações | OpenSheets",
@@ -13,7 +13,7 @@ export default function RootLayout({
return (
<section className="space-y-6 px-6">
<PageDescription
icon={<RiFileListLine />}
icon={<RiTodoLine />}
title="Notas"
subtitle="Gerencie suas anotações e mantenha o controle sobre suas ideias e tarefas."
/>