Skip to content

Commit

Permalink
Adds link to imprint
Browse files Browse the repository at this point in the history
  • Loading branch information
benj-zen committed May 3, 2024
1 parent f0cbe4d commit 8f57841
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import {
Drawer,
Grid,
IconButton,
Link as MuiLink,
Paper,
Tooltip,
} from '@mui/material';
Expand Down Expand Up @@ -149,6 +150,11 @@ function App() {
</Paper>
</Container>
</Grid>
<Grid item>
<Box display="flex" alignItems="center" justifyContent="center">
<MuiLink href="https://www.aisec.fraunhofer.de/en/imprint.html">Imprint</MuiLink>
</Box>
</Grid>
</Grid>
<IconButton
style={{ position: 'absolute', top: 0, left: 0 }}
Expand Down

0 comments on commit 8f57841

Please sign in to comment.