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 4d9fb17f01
commit 226c8d0c95

View file

@ -17,7 +17,7 @@ function Header() {
}; };
const { logout, user } = useAuth(); const { logout, user } = useAuth();
const iconList = [DynamicFeedIcon, AddAPhotoIcon, PersonIcon, InfoIcon, LogoutIcon]; 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 // TODO: Logout nur anzeigen wenn user eingeloggt ist