link path to feed in button, do minor code clean up

This commit is contained in:
Niklas 2025-06-26 19:15:27 +02:00 committed by BlankAccountsUsername
parent b64dcc05b5
commit 204de235ee

View file

@ -19,7 +19,7 @@ function Header() {
};
const { logout, user } = useAuth();
const iconList = [DynamicFeedIcon, AddAPhotoIcon, PersonIcon, InfoIcon, LogoutIcon];
const routerLinksList = ["/","/createpost","/profile","/about","/"]
const routerLinksList = ["/feed","/createpost","/profile","/about"]
// TODO: Logout nur anzeigen wenn user eingeloggt ist