diff --git a/src/App.jsx b/src/App.jsx index 5c67cac..76eb621 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -3,13 +3,15 @@ import Header from "./components/Header" import Footer from "./components/Footer" function App() { - return
-
-
- -
-
-} + return ( +
+
+
+ +
+
+ ) +} export default App diff --git a/src/components/AppTitle.jsx b/src/components/AppTitle.jsx index d346a54..bdeff69 100644 --- a/src/components/AppTitle.jsx +++ b/src/components/AppTitle.jsx @@ -8,9 +8,9 @@ function AppTitle() { const { t } = useTranslation(); return (
-
+
IPKS Logo -

{t('appName')}

+

{t('appName')}

diff --git a/src/components/DarkModeToggle.jsx b/src/components/DarkModeToggle.jsx index eda76ac..0f85345 100644 --- a/src/components/DarkModeToggle.jsx +++ b/src/components/DarkModeToggle.jsx @@ -22,9 +22,8 @@ const DarkModeToggle = () => { return (