Skip to content

Commit a8298fe

Browse files
Clément VALENTINclaude
andcommitted
refactor: remplacer Landing v1 par v2 + ajout blague disponibilité
- Suppression de l'ancien Landing.tsx (v1) - Renommage de Landing.v2.tsx en Landing.tsx - Ajout tooltip humoristique sur la stat "99% Disponibilité" (*Quand Enedis n'est pas en vacances 🏖️ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> EOF )
1 parent 2b03e48 commit a8298fe

File tree

3 files changed

+924
-1156
lines changed

3 files changed

+924
-1156
lines changed

apps/web/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Routes, Route, Navigate } from 'react-router-dom'
22
import { useAuth } from './hooks/useAuth'
33
import Layout from './components/Layout'
44
import PermissionRoute from './components/PermissionRoute'
5-
import Landing from './pages/Landing.v2'
5+
import Landing from './pages/Landing'
66
import Login from './pages/Login'
77
import Signup from './pages/Signup'
88
import Dashboard from './pages/Dashboard'

0 commit comments

Comments
 (0)