style: renomear título Notas para Anotações e reformatação Biome

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Felipe Coutinho
2026-02-26 18:05:12 +00:00
parent f0b8758cc2
commit 4ea2ba9463
2 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ export default function RootLayout({
<section className="space-y-6 pt-4"> <section className="space-y-6 pt-4">
<PageDescription <PageDescription
icon={<RiTodoLine />} icon={<RiTodoLine />}
title="Notas" title="Anotações"
subtitle="Gerencie suas anotações e mantenha o controle sobre suas ideias e tarefas." subtitle="Gerencie suas anotações e mantenha o controle sobre suas ideias e tarefas."
/> />
{children} {children}

View File

@@ -78,8 +78,8 @@ export function FeedbackDialogBody({ onClose }: { onClose?: () => void }) {
Enviar Feedback Enviar Feedback
</DialogTitle> </DialogTitle>
<DialogDescription> <DialogDescription>
Sua opinião é muito importante! Escolha o tipo de feedback que Sua opinião é muito importante! Escolha o tipo de feedback que deseja
deseja compartilhar. compartilhar.
</DialogDescription> </DialogDescription>
</DialogHeader> </DialogHeader>
@@ -121,8 +121,8 @@ export function FeedbackDialogBody({ onClose }: { onClose?: () => void }) {
<div className="flex items-start gap-2 p-3 bg-muted/50 rounded-lg text-xs text-muted-foreground"> <div className="flex items-start gap-2 p-3 bg-muted/50 rounded-lg text-xs text-muted-foreground">
<RiExternalLinkLine className="h-4 w-4 shrink-0 mt-0.5" /> <RiExternalLinkLine className="h-4 w-4 shrink-0 mt-0.5" />
<p> <p>
Você será redirecionado para o GitHub Discussions onde poderá Você será redirecionado para o GitHub Discussions onde poderá escrever
escrever seu feedback. É necessário ter uma conta no GitHub. seu feedback. É necessário ter uma conta no GitHub.
</p> </p>
</div> </div>
</DialogContent> </DialogContent>