diff --git a/index.html b/index.html index 1440b6a..690939f 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ Orario DM Unipi - + @@ -21,4 +21,4 @@ - \ No newline at end of file + diff --git a/src/components/HamburgerMenu.jsx b/src/components/HamburgerMenu.jsx index beaa598..3d139f1 100644 --- a/src/components/HamburgerMenu.jsx +++ b/src/components/HamburgerMenu.jsx @@ -8,7 +8,9 @@ export const HamburgerMenu = ({ onClose, mode, setMode, source, setSource }) => - +
Gruppo Corsi
diff --git a/src/components/Toolbar.jsx b/src/components/Toolbar.jsx index 1ff3c97..a2ad8e7 100644 --- a/src/components/Toolbar.jsx +++ b/src/components/Toolbar.jsx @@ -10,7 +10,7 @@ export const Toolbar = ({ mode, setMode, source, setSource, onShowMenu, onHelp }
diff --git a/src/styles/main.scss b/src/styles/main.scss index eb1a866..5cbc879 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -840,6 +840,16 @@ body { justify-content: space-between; border-bottom: 1px solid var(--gray-500); + .logo { + display: flex; + align-items: center; + + img { + max-height: 2.5rem; + } + + gap: 0.25rem; + } } .options {