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 6c8ee2e285
commit a975f5797c

View file

@ -17,7 +17,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