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
008141a6b4
commit
32542bc67b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue