redesign widgets

This commit is contained in:
2026-08-03 18:15:21 +02:00
parent aa4d0f217e
commit d037af11b6
6 changed files with 12 additions and 11 deletions
+2 -2
View File
@@ -30,10 +30,10 @@ export default function ServicesWidget() {
))}
</div>
<Button size="lg" onClick={() => navigate('/evolution-infrastructure')}>
<Button className ="w-fit" size="lg" onClick={() => navigate('/evolution-infrastructure')}>
Demander une évolution du parc
</Button>
</CardContent>
</Card>
);