chore: remover seções vazias de mudanças de código

Este commit remove seções vazias de mudanças de código do arquivo de
mudanças. Isso ajuda a manter o histórico de mudanças mais limpo e
organizado, facilitando a leitura e a compreensão das alterações
realizadas no projeto.
This commit is contained in:
Felipe Coutinho
2025-12-16 23:20:47 +00:00
parent 0767636eed
commit e7cb9c9db1
37 changed files with 1350 additions and 920 deletions

View File

@@ -159,11 +159,19 @@ export default async function Page() {
<div className="container">
<div className="mx-auto max-w-6xl">
<Image
src="/dashboard-preview.png"
src="/dashboard-preview-light.png"
alt="opensheets Dashboard Preview"
width={1920}
height={1080}
className="w-full h-auto"
className="w-full h-auto dark:hidden"
priority
/>
<Image
src="/dashboard-preview-dark.png"
alt="opensheets Dashboard Preview"
width={1920}
height={1080}
className="w-full h-auto hidden dark:block"
priority
/>
</div>