refactor(weather): move top disclosures below board
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 3m3s

This commit is contained in:
2026-03-04 08:39:19 +01:00
parent 8bff21bede
commit 313ad53e2e
3 changed files with 15 additions and 10 deletions

View File

@@ -2,9 +2,13 @@
import { Disclosure } from '@/components/ui';
export function WeatherInfoPanel() {
interface WeatherInfoPanelProps {
className?: string;
}
export function WeatherInfoPanel({ className = 'mb-6' }: WeatherInfoPanelProps) {
return (
<Disclosure icon="" title="Les 4 axes de la météo personnelle" className="mb-6">
<Disclosure icon="" title="Les 4 axes de la météo personnelle" className={className}>
<div className="grid gap-2.5 sm:grid-cols-2 lg:grid-cols-4">
<div>
<p className="mb-0.5 text-xs font-medium text-foreground"> Performance</p>