refactor: improve team management, OKRs, and session components
This commit is contained in:
@@ -11,7 +11,9 @@ export function WeatherInfoPanel() {
|
||||
onClick={() => setIsOpen(!isOpen)}
|
||||
className="w-full flex items-center justify-between px-4 py-2.5 text-left transition-colors hover:bg-card"
|
||||
>
|
||||
<h3 className="text-sm font-semibold text-foreground">Les 4 axes de la météo personnelle</h3>
|
||||
<h3 className="text-sm font-semibold text-foreground">
|
||||
Les 4 axes de la météo personnelle
|
||||
</h3>
|
||||
<svg
|
||||
className={`h-4 w-4 text-muted transition-transform ${isOpen ? 'rotate-180' : ''}`}
|
||||
fill="none"
|
||||
|
||||
Reference in New Issue
Block a user