diff --git a/frontend/index.html b/frontend/index.html index 854efef..e036a97 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,7 +4,7 @@ - Radar Sargasses 971 + Radar Sargasses Caraïbes diff --git a/frontend/public/favicon.svg b/frontend/public/favicon.svg index 6893eb1..524999c 100644 --- a/frontend/public/favicon.svg +++ b/frontend/public/favicon.svg @@ -1 +1,12 @@ - \ No newline at end of file + + + + + + + + + + + + diff --git a/frontend/src/components/Topbar/Topbar.css b/frontend/src/components/Topbar/Topbar.css index 219a8ee..7717e27 100644 --- a/frontend/src/components/Topbar/Topbar.css +++ b/frontend/src/components/Topbar/Topbar.css @@ -22,10 +22,19 @@ flex-shrink: 0; } -.topbar__logo-img { - height: 44px; - width: auto; - display: block; +.topbar__brand-icon { + width: 28px; + height: 28px; + flex-shrink: 0; +} + +.topbar__brand-name { + font-family: 'Fredoka', sans-serif; + font-size: 16px; + font-weight: 600; + color: #60a5fa; + white-space: nowrap; + letter-spacing: 0.01em; } /* ── Islands nav ── */ @@ -83,6 +92,7 @@ justify-content: flex-start; padding-bottom: 4px; } - .topbar__island-btn { padding: 4px 10px; font-size: 12px; } - .topbar__logo-img { height: 38px; } + .topbar__island-btn { padding: 4px 10px; font-size: 12px; } + .topbar__brand-name { font-size: 14px; } + .topbar__brand-icon { width: 24px; height: 24px; } } diff --git a/frontend/src/components/Topbar/Topbar.jsx b/frontend/src/components/Topbar/Topbar.jsx index 177ab9d..10ce81b 100644 --- a/frontend/src/components/Topbar/Topbar.jsx +++ b/frontend/src/components/Topbar/Topbar.jsx @@ -1,5 +1,4 @@ import TimelineSlider from '../Timeline/TimelineSlider'; -import logoUrl from '../../assets/logo-radarsargasses971.png'; import './Topbar.css'; const ISLANDS = [ @@ -15,7 +14,19 @@ export default function Topbar({ activeStep, onStepChange, onIslandSelect }) { return (
- Radar Sargasses 971 + + + + + + + + + + + + + Radar Sargasses Caraïbes