mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-05-10 19:21:46 +00:00
style: ajusta espacamento de telas do dashboard
This commit is contained in:
@@ -10,7 +10,7 @@ export default async function Page() {
|
||||
await fetchAllCardsForUser(userId);
|
||||
|
||||
return (
|
||||
<main className="flex flex-col items-start gap-6">
|
||||
<main className="flex flex-col gap-6">
|
||||
<CardsPage
|
||||
cards={activeCards}
|
||||
archivedCards={archivedCards}
|
||||
|
||||
Reference in New Issue
Block a user