diff --git a/index.html b/index.html index a6ffd5f..8b8e7f0 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ + GameDev Tracker diff --git a/public/logo.svg b/public/logo.svg new file mode 100644 index 0000000..acfe2e1 --- /dev/null +++ b/public/logo.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 5d20e80..f9a97ba 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -10,7 +10,6 @@ import { ChevronDown, LogOut, Settings, - Gamepad2, ShieldCheck, Sun, Moon @@ -21,6 +20,7 @@ import { ROLE_LABELS } from '../lib/types' import { Theme, getTheme, setTheme } from '../lib/theme' import { Avatar, Modal } from './ui' import NotificationBell from './NotificationBell' +import Logo from './Logo' export type Page = | 'dashboard' @@ -63,8 +63,8 @@ export default function Layout({
{/* Barre latérale */}