mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-06 15:18:48 +00:00
link path to feed in button, do minor code clean up
This commit is contained in:
parent
4d9fb17f01
commit
226c8d0c95
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue