diff --git a/frontend/src/components/footer.tsx b/frontend/src/components/footer.tsx index 80d9645..c3562af 100644 --- a/frontend/src/components/footer.tsx +++ b/frontend/src/components/footer.tsx @@ -6,11 +6,13 @@ import { AlertColor, Alert, AppBar, + Box, Button, Dialog, DialogActions, DialogContent, DialogTitle, + Link, TextField, Toolbar, } from '@mui/material'; @@ -200,24 +202,29 @@ function Footer() { <> - {username ? ( - <> - - Logged in as: - {' '} - {username} - {' '} - {tempUser ? '(Temporary User. Edit to set a password!)' : undefined} - - setDialogTypeOpen(UserFormType.Update)}>Edit - {!tempUser && logout()}>Logout} - > - ) : ( - <> - setDialogTypeOpen(UserFormType.Login)}>Login - setDialogTypeOpen(UserFormType.Register)}>Register - > - )} + + {username ? ( + <> + + Logged in as: + {' '} + {username} + {' '} + {tempUser ? '(Temporary User. Edit to set a password!)' : undefined} + + setDialogTypeOpen(UserFormType.Update)}>Edit + {!tempUser && logout()}>Logout} + > + ) : ( + <> + setDialogTypeOpen(UserFormType.Login)}>Login + setDialogTypeOpen(UserFormType.Register)}>Register + > + )} + + + Legal Information (Impressum and Data Protection Regulation) + setDialogTypeOpen(null)}> diff --git a/frontend/src/index.html b/frontend/src/index.html index dfd3512..f8cdcf0 100644 --- a/frontend/src/index.html +++ b/frontend/src/index.html @@ -7,6 +7,11 @@ + + ADF-BDD.DEV + Turn on Javascript in your browser to use our ADF tool! + Legal Information (Impressum and Data Protection Regulation) +
Turn on Javascript in your browser to use our ADF tool!