mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-05-09 19:01:47 +00:00
fix(ui): remover avisos visuais e destacar atualizações
This commit is contained in:
@@ -117,6 +117,7 @@ export function AttachmentGridItem({
|
||||
src={url}
|
||||
alt={attachment.fileName}
|
||||
fill
|
||||
sizes="(max-width: 640px) 50vw, (max-width: 1024px) 33vw, (max-width: 1280px) 25vw, 20vw"
|
||||
unoptimized
|
||||
className="object-cover transition-transform duration-300 group-hover:scale-105"
|
||||
/>
|
||||
|
||||
@@ -14,13 +14,13 @@ const MOCK_INVOICES: MockInvoice[] = [
|
||||
cardName: "Nubank",
|
||||
logo: "nubank.png",
|
||||
amount: 1898,
|
||||
dueLabel: "Vence em 3 dias",
|
||||
dueLabel: "Vence hoje",
|
||||
},
|
||||
{
|
||||
cardName: "Itaú",
|
||||
logo: "itau.png",
|
||||
amount: 1923,
|
||||
dueLabel: "Vence em 8 dias",
|
||||
dueLabel: "Vence amanhã",
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user