diff --git a/frontend/index.html b/frontend/index.html index b25b471..ad42381 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,6 +4,7 @@ Packlist +
diff --git a/frontend/public/favicon.svg b/frontend/public/favicon.svg new file mode 100644 index 0000000..6155fa5 --- /dev/null +++ b/frontend/public/favicon.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 6bf766d..9c29f39 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -5,8 +5,9 @@ import ItemsPage from "./pages/ItemsPage"; import TripChecklist from "./pages/TripChecklist"; import TripsPage from "./pages/TripsPage"; import TagsPage from "./pages/TagsPage"; +import logo from "./assets/logo.svg"; -const APP_TITLE = "da packste dich weg"; +const APP_TITLE = "Packi"; function Navigation() { const location = useLocation(); @@ -30,56 +31,31 @@ function Navigation() { const isTripDetail = /^\/trips\/[^/]+$/.test(location.pathname); return ( -