very new header

hamburger is still in progress
This commit is contained in:
Thomas Ruoff
2020-12-30 00:16:05 +01:00
parent 9858ce6a5c
commit f065f3a96a
4 changed files with 59 additions and 21 deletions

View File

@@ -6,7 +6,7 @@ export default function User() {
const { username, role } = useContext(UserContext)
if (!username || !role) {
return null
return <div />
}
return (